-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
OWD project: Mixin docs on MDN #23
Comments
Should we add |
I think we should |
Hm, this didn't make the list in the first place because it has no BCD. Not sure how common it is for mixin pages to have no BCD but it can happen since the BCD for them is nonsense often. Anyway, I added it. |
This is all done except for GlobalEventHandlers and |
This is a write up of a project around mixin docs on MDN that I've started and that I'd like to introduce here some more, so that it becomes more transparent why we should do some work on this and what work is involved exactly.
Problem statement
What are mixins? Interface mixins in Web IDL are used in specifications to define Web APIs. For web developers, they aren't observable directly, however. They act as helpers to avoid repeating API definitions. This is useful in specifications, but is often confusing in documentation.
Document
already and are now also available withWorker
.Priority assessment
This table checks this project against the OWD prioritization criteria.
Proposed solutions
Task list
MDN tasks
The following mixin pages need to be updated/removed per the new guideline.
BCD tasks
The following mixin data needs to be updated/removed per the new guideline.
The text was updated successfully, but these errors were encountered: