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

Use of "static" in WebIDL breaks rendering #281

Closed
adam-be opened this issue Oct 23, 2013 · 2 comments
Closed

Use of "static" in WebIDL breaks rendering #281

adam-be opened this issue Oct 23, 2013 · 2 comments

Comments

@adam-be
Copy link
Member

adam-be commented Oct 23, 2013

As of version 3.2, the use of "static" in a WebIDL interface, breaks the rendering of that interface and all following interfaces in the document. The result is simply bold text.

For example:

<dt>static DOMString createObjectURL (MediaStream stream)</dt>

If I do s/static/static_/ it works fine.

In spec example: http://dev.w3.org/2011/webrtc/editor/getusermedia.html#url

@darobin
Copy link
Member

darobin commented Oct 23, 2013

Thanks, that was indeed a bug that is now fixed.

@darobin darobin closed this as completed Oct 23, 2013
@adam-be
Copy link
Member Author

adam-be commented Oct 23, 2013

A shift-reload and the spec renders again. :)

Thanks for fixing this so quickly.

shikhar-scs pushed a commit to shikhar-scs/respec that referenced this issue Feb 19, 2018
…rs. We are now namespacing. MG is the top level.
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