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

<whitespace-token> rendered as an element. #465

Closed
SimonSapin opened this issue Aug 24, 2015 · 2 comments
Closed

<whitespace-token> rendered as an element. #465

SimonSapin opened this issue Aug 24, 2015 · 2 comments

Comments

@SimonSapin
Copy link
Contributor

https://drafts.csswg.org/css-syntax/ is all broken.

@SimonSapin
Copy link
Contributor Author

https://drafts.csswg.org/css-syntax/#consume-list-of-declarations currently renders as:

screenshot from 2015-08-24 21-26-07

The generated HTML contains:

   <dl>
    <dt><a class="production css" data-link-type="type" href="#typedef-whitespace-token"><whitespace-token></a>
    <dt><a class="production css" data-link-type="type" href="#typedef-semicolon-token"><semicolon-token></a>
    <dd>Do nothing.

<whitespace-token> should be at least &lt;whitespace-token>.

@tabatkins
Copy link
Collaborator

Fixed, sorry about that.

(Problem with rewriting is that you lose the accumulated bugfixes! Grr)

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

No branches or pull requests

2 participants