diff --git a/source b/source index 2d411368591..d028c33bba9 100644 --- a/source +++ b/source @@ -99918,18 +99918,18 @@ dictionary StorageEventInit : EventInit { references as-is except C1 control references that are replaced according to the numeric character reference end state.

- - end-tag-with-attributes -

This error occurs if the parser encounters an end - tag with attributes. Attributes in end tags are - completely ignored and do not make their way into the DOM.

- duplicate-attribute

This error occurs if the parser encounters an attribute in a tag that already has an attribute with the same name. The parser ignores all such duplicate occurrences of the attribute. + + end-tag-with-attributes +

This error occurs if the parser encounters an end + tag with attributes. Attributes in end tags are + completely ignored and do not make their way into the DOM.

+ end-tag-with-trailing-solidus

This error occurs if the parser encounters an end @@ -100043,6 +100043,15 @@ dictionary StorageEventInit : EventInit { attribute value is expected (e.g., <div id=>). The parser treats the attribute as having an empty value.

+ + missing-doctype + +

This error occurs if the parser encounters any content other than comments or ASCII whitespace before DOCTYPE at the beginning of the document, i.e. DOCTYPE is not + a document preamble. In this case the parser sets the Document to quirks + mode.

+ missing-doctype-name

This error occurs if the parser encounters a StorageEventInit : EventInit { -->). Such a comment will be closed by the first occuring "-->" code point sequence and everything that follows will be treated as markup.

- - noncharacter-character-reference -

This error occurs if the parser encounters a numeric character reference that references a noncharacter. - The parser resolves such character references as-is.

- - - noncharacter-in-input-stream -

This error occurs if the input stream contains a noncharacter. - Such code points are parsed as-is and usually, where parsing - rules don't apply any additional restrictions, make their way into the DOM.

- non-conforming-doctype

This error occurs if the parser encounters the StorageEventInit : EventInit { content to specify self-closing tags. (Self-closing tags don't exist in HTML.) It is also allowed for void elements, but doesn't have any effect in this case.

+ + noncharacter-character-reference +

This error occurs if the parser encounters a numeric character reference that references a noncharacter. + The parser resolves such character references as-is.

+ + + noncharacter-in-input-stream +

This error occurs if the input stream contains a noncharacter. + Such code points are parsed as-is and usually, where parsing + rules don't apply any additional restrictions, make their way into the DOM.

+ null-character-reference

This error occurs if the parser encounters a numeric StorageEventInit : EventInit { data-x="">foo" attribute to "b'ar'".

- - missing-doctype - -

This error occurs if the parser encounters any content other than comments or ASCII whitespace before DOCTYPE at the beginning of the document, i.e. DOCTYPE is not - a document preamble. In this case the parser sets the Document to quirks - mode.

- unexpected-equals-sign-before-attribute-name