Skip to content
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

Change <ref> syntax #152

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Change <ref> syntax #152

merged 1 commit into from
Aug 6, 2023

Conversation

domenic
Copy link
Member

@domenic domenic commented Aug 2, 2023

Instead of a nonstandard void element <ref spec=FOO>, use the text content: <ref>FOO</ref>.

This allows us to use standard HTML parser/serializer tooling with the HTML source, e.g. for whatwg/html-build#279.


This needs to be merged in close concert with corresponding html-build and html PRs.

Note that some trailing whitespace removal seems to have showed up in htmlparser.pas. Oh well?

Instead of a nonstandard void element <ref spec=FOO>, use the text content: <ref>FOO</ref>.

This allows us to use standard HTML parser/serializer tooling with the HTML source, e.g. for whatwg/html-build#279.
domenic added a commit to whatwg/html-build that referenced this pull request Aug 2, 2023
This ensures we pull in the <ref> changes in whatwg/wattsi#152.
domenic added a commit to whatwg/html that referenced this pull request Aug 2, 2023
Copy link
Contributor

@sideshowbarker sideshowbarker left a comment

Choose a reason for hiding this comment

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

Reviewed and tested against whatwg/html#9575

@domenic domenic merged commit 4cabebb into main Aug 6, 2023
1 check passed
@domenic domenic deleted the ref-parser branch August 6, 2023 10:23
domenic added a commit to whatwg/html-build that referenced this pull request Aug 6, 2023
This ensures we pull in the <ref> changes in whatwg/wattsi#152.
domenic added a commit to whatwg/html that referenced this pull request Aug 6, 2023
rubberyuzu pushed a commit to rubberyuzu/html that referenced this pull request Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants