Closed
Bug 1063144
Opened 11 years ago
Closed 11 years ago
[Compat Data] Add specifications to compat data store
Categories
(developer.mozilla.org Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwhitlock, Unassigned)
References
Details
(Whiteboard: [specification][type:feature])
What problems would this solve?
===============================
Specifications appear with compatibility data, and are often referenced. They are standardized via KumaScript. This will bring them into the data store / API
Who would use this?
===================
Developers looking for the standard for a feature
What would users see?
=====================
The name of and link to the spec
What would users do? What would happen as a result?
===================================================
A developer would be able to view the spec for a given feature
Is there anything else we should know?
======================================
Draft API docs at http://web-platform-compat.readthedocs.org/en/latest/draft/resources.html#specifications
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/web-platform-compat
https://github.com/mozilla/web-platform-compat/commit/70d8de22dfeb1cbdfea9cf0e71045704bbd97d4e
bug 1063144 - Add specifications to API
https://github.com/mozilla/web-platform-compat/commit/3831bfab7af6f30804dcad3dad1d66541fd9835f
bug 1063144 - Partial PEP257 docstring compliance
Triple single quotes (''') to double quotes (""")
Single-line docstrings pulled into a single line.
Other small changes. The pep257 checker still finds many, many issues,
but those are currently ignored in setup.cfg.
https://github.com/mozilla/web-platform-compat/commit/9b0bf1dff3266d80be88c4c543ec1ea1d79e244e
bug 1063144 - Add specifications.sections
https://github.com/mozilla/web-platform-compat/commit/11608e1772cd830daef9b3c4a77a3bb6dd4797fb
bug 1063144 - Split specifications.key
slug - traditional slug
mdn_key - the lookup key in
https://developer.mozilla.org/en-US/docs/Template:SpecName
https://github.com/mozilla/web-platform-compat/commit/a246708493396e459694bb2bea69c348d488a9ae
bug 1063144 - Add sample data
https://github.com/mozilla/web-platform-compat/commit/c28f5069f646433ab7f60e21e25662cb4a5f68e8
fix bug 1063144 - Add specs to browser, refactor
Refactor to use controller methods instead of template logic
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 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
•