Skip to content

[css-conditional-3] Unclosed bracket on interface #2034

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

Closed
saschanaz opened this issue Dec 3, 2017 · 1 comment
Closed

[css-conditional-3] Unclosed bracket on interface #2034

saschanaz opened this issue Dec 3, 2017 · 1 comment

Comments

@saschanaz
Copy link
Member

saschanaz commented Dec 3, 2017

https://drafts.csswg.org/css-conditional-3/#extentions-to-cssrule-interface

image

The bs file looks okay, not sure what happened. No, <!-- --> is not a valid Web IDL syntax.

<pre class='idl'>
partial interface CSSRule {
const unsigned short SUPPORTS_RULE = 12;
<!--
const unsigned short DOCUMENT_RULE = 13;
-->
};
</pre>

@tabatkins
Copy link
Member

That's because it's an HTML comment, and thus gets excluded from the content automatically.

The close-brace getting omitted might have been an earlier Bikeshed issue, but it appears to have been automatically fixed at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants