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

Missing spaces in rendered spec HTML #65

Closed
cvrebert opened this issue Sep 1, 2015 · 3 comments
Closed

Missing spaces in rendered spec HTML #65

cvrebert opened this issue Sep 1, 2015 · 3 comments

Comments

@cvrebert
Copy link
Member

cvrebert commented Sep 1, 2015

In a few places in the bikeshed source, this:

<a>:scope element</a> <a>context object</a>

is getting compiled to the following HTML (do a View Source on https://dom.spec.whatwg.org/):

<a data-link-type="dfn" href="https://drafts.csswg.org/selectors-4/#scope-element">:scope element</a><a data-link-type="dfn" href="#context-object">context object</a>

Note the lack of a space between the two resulting <a>s.

@annevk
Copy link
Member

annevk commented Sep 1, 2015

Yeah, this is @tabatkins' fault. It'll be fixed once he's done with traveling and jetlag I hope.

@tabatkins
Copy link
Contributor

Should have been fixed by my edits several days ago. Regen and check it out?

@RByers
Copy link
Contributor

RByers commented Sep 4, 2015

Yes I noticed the spacing issue was fixed in my PR #70

@annevk annevk closed this as completed in 2a9a923 Sep 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants