Skip to content

Commit

Permalink
Fix the link markup (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored Nov 8, 2023
1 parent 1e158b4 commit 8f85f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ Specifically:

1. Script-ish constructs:
- The {{HTMLScriptElement}}, which proudly executes script as its sole purpose.
- All [event handler attributes]((https://html.spec.whatwg.org/#event-handler-attributes),
- All [event handler attributes](https://html.spec.whatwg.org/#event-handler-attributes),
since these also execute script.
- {{HTMLIFrameElement}}, which loads arbitrary HTML content and therefor also script.
- The legacy {{HTMLObjectElement}} and {{HTMLEmbedElement}}, which load
Expand Down

0 comments on commit 8f85f1d

Please sign in to comment.