-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix WebIDL terms #6278
Fix WebIDL terms #6278
Conversation
Thanks! However, as you can see from the build error, we need to replace It seems to appear in <li><p>Let <var>errorValue</var> be the value that represents the error: in the case of an
uncaught exception, that would be the value that was thrown; in the case of a JavaScript error
that would be an <code data-x="idl-Error">Error</code> object. If there is no corresponding
value, then the null value must be used instead.</p></li> which is a known-confusing section that needs a revamp anyway per #958. Maybe just replace it with |
The existing usage sites of "convert" also need to be updated to link to the new definition in Infra. |
@momdo note that this is still incomplete. The references to the convert term need to be updated as well. Let me know if you'd like help. |
@annevk Thanks for replying. For the term convert, could I simply replace it for instance as follows? Before: <li><p>Replace <var>name</var> with the result of <span>converting to a sequence of Unicode
scalar values</span>.</p></li> After: <li><p>Replace <var>name</var> with the result of <span>convert</span>.</p></li> If such a replacement is incorrect, please let me know how to rewrite it. |
How about:
|
@annevk Thank you for comment. Fixed them. |
Thanks @momdo! |
Per whatwg/webidl@6844bc4 and whatwg/webidl@ad03037 .
/form-control-infrastructure.html ( diff )
/infrastructure.html ( diff )
/webappapis.html ( diff )