Skip to content

Commit

Permalink
Remove source element as HTML block start condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored and jgm committed May 17, 2022
1 parent 1983605 commit 053924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2403,7 +2403,7 @@ followed by one of the strings (case-insensitive) `address`,
`h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `head`, `header`, `hr`,
`html`, `iframe`, `legend`, `li`, `link`, `main`, `menu`, `menuitem`,
`nav`, `noframes`, `ol`, `optgroup`, `option`, `p`, `param`,
`section`, `source`, `summary`, `table`, `tbody`, `td`,
`section`, `summary`, `table`, `tbody`, `td`,
`tfoot`, `th`, `thead`, `title`, `tr`, `track`, `ul`, followed
by a space, a tab, the end of the line, the string `>`, or
the string `/>`.\
Expand Down

0 comments on commit 053924a

Please sign in to comment.