We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given an enum with, say, the enum-value of "standard", it would be nice to support:
<pre class="idl"> enum Foo { "standard" }; </pre> <dfn>"standard"</dfn>
What happened (e.g., it crashed)?:
That's not supported (or doesn't work).
Expected behavior (e.g., it shouldn't crash):
It should be possible to support that, if the context is an enum.
Note that <dfn>""</dfn> is supported, so it follows that <dfn>"whatever"</dfn> should be supported too.
<dfn>""</dfn>
<dfn>"whatever"</dfn>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of problem
Given an enum with, say, the enum-value of "standard", it would be nice to support:
What happened (e.g., it crashed)?:
That's not supported (or doesn't work).
Expected behavior (e.g., it shouldn't crash):
It should be possible to support that, if the context is an enum.
Note that
<dfn>""</dfn>
is supported, so it follows that<dfn>"whatever"</dfn>
should be supported too.The text was updated successfully, but these errors were encountered: