Closed
Bug 1170209
Opened 10 years ago
Closed 10 years ago
[Compat Data] Drop support.support="never" option
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwhitlock, Assigned: jwhitlock)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:change])
What feature should be changed? Please provide the URL of the feature if possible.
==================================================================================
The Compat Data API Support resource, status attribute supports a value of "never" [1]. This was to support the use case of {{unimplemented_inline}} KumaScript macro, such as on the CSS @font-face at-rule[2], often used to document that the Firefox developers have decided not to implement a feature.
After a discussion [3], the MDN decided this was better implemented as support.support = "no", with supporting prose and links in support.note.
[1] https://web-platform-compat.readthedocs.org/en/latest/draft/resources.html#supports
[2] https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face#Browser_compatibility
[3] https://groups.google.com/forum/#!topic/mozilla.mdn/zFkqhUji5vA
What problems would this solve?
===============================
No additional display or contribution UI would be needed to distinguish between the "no" and "never" case. There would not be arguments about the difference between "no" and "never"
Who would use this?
===================
Core compatibility data contributors
What would users see?
=====================
These issues would be marked as no support, with supporting prose and links in the notes, including if the developers have decided to never support a feature
What would users do? What would happen as a result?
===================================================
Most users would get the info they need from the "no", others could dive deeper, read the full discussion, add their $0.02 to the bug, etc.
Is there anything else we should know?
======================================
Code changes:
- Remove "never" from support.support options
- Change handling of {{unimplemented_inline}} in importer
- Migrate data
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jwhitlock
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/web-platform-compat
https://github.com/mozilla/web-platform-compat/commit/0df29c724f4ecef2d77af3a9a39042b27fdbc17a
bug 1170209 - Migrations catchup
* mdn - Issue.slug choices
* webplatformcompat - simple_history updates
https://github.com/mozilla/web-platform-compat/commit/7d2a2be19c1435fc60a80bbd8858e45b89c30343
bug 1170209 - Convert support.support=never to no
https://github.com/mozilla/web-platform-compat/commit/fb36700fa059ea94b144b4222b4ef8c3357ef64e
fix bug 1170209 - Drop support.support=never
https://github.com/mozilla/web-platform-compat/commit/daf82a9181083589b5fdc097f40947531807f839
Merge pull request #40 from jwhitlock/1170209_drop_support_never
Fix bug 1170209 - Convert support.support = "never" to "no"
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•