Skip to content

Add initial insertion mode errors #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 6, 2017
Merged

Add initial insertion mode errors #19

merged 2 commits into from
Sep 6, 2017

Conversation

inikulin
Copy link
Member

@inikulin inikulin commented Sep 2, 2017

\cc @HTMLParseErrorWG/core

pmdartus
pmdartus previously approved these changes Sep 5, 2017
Copy link
Member

@pmdartus pmdartus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor changes, except that LGTM.

source Outdated
@@ -100158,6 +100158,15 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
rules don't apply any additional restrictions, make their way into the DOM.</p>

<tr>
<td><dfn data-x="parse-error-non-conforming-doctype">non-conforming-doctype</dfn>
<td><p>This error occurs if the parser encounters the <span
data-x="syntax-doctype">DOCTYPE</span> that is correctly placed as a document preamble and that
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data-x="syntax-doctype">DOCTYPE that is correctly placed as a document preamble and that

source Outdated
<td>
<p>This error occurs if the parser encounters any content other than <span
data-x="syntax-comments">comments</span> or <span>ASCII whitespace</span> before <span
data-x="syntax-doctype">DOCTYPE</span> in the beginning of the document, i.e. DOCTYPE is not
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data-x="syntax-doctype">DOCTYPE in at the beginning of the document, i.e. DOCTYPE is not

@inikulin
Copy link
Member Author

inikulin commented Sep 5, 2017

@pmdartus Thank you for the review. Fixed all nits, can you take yet another look and approve it if it's good to go, please?

@inikulin inikulin merged commit 87bc422 into master Sep 6, 2017
@inikulin inikulin deleted the initial-mode-errors branch September 6, 2017 10:18
inikulin added a commit that referenced this pull request Mar 18, 2018
* Add initial insertion mode errors

* Fix review nits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants