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

Commits on Aug 2, 2023

  1. Change <ref> syntax

    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 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c4343e0 View commit details
    Browse the repository at this point in the history