-
Notifications
You must be signed in to change notification settings - Fork 28
2023 note2 updates2 #477
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
2023 note2 updates2 #477
Conversation
Bad value 100% for attribute width on element img: Expected a digit but saw % instead.
move note before ol
@ashimura the remaining issue with duplicate id "idl-def-wot" is coming from ReSpec. We in our html do not create this ID, please have a look at https://github.com/w3c/wot-scripting-api/blob/main/index.html. You will not find "idl-def-wot".. It comes from the WebIdl where we use
or
or
How can we move on? EDIT: Can/shall we open a ReSpec bug report? |
Those definitions are correct, according to https://webidl.spec.whatwg.org/#dfn-partial-namespace But we can also collate all those definitions in the first one, i.e. without any partial definitions. |
I created https://github.com/w3c/respec/issues/4447, maybe there is a simple solution/fix for it. |
Call 22/05/2023:
|
Preview
NOTE: All (some?) of the fixes should go into the main note as well in a follow-up PR
fixes #475