-
Notifications
You must be signed in to change notification settings - Fork 72
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
consider replacing caniuse links with MDN links #375
Comments
It's also not clear to me that we'd want to link specifically to the Browser compatibility table rather than linking to the MDN article as a whole (which in turn has a browser compatibility table). |
An array of links to resources on compatibility seems fine. I am ambivalent on article vs. table - if the goal is to provide information on compatibility, then the table is probably OK. (As Adam has done most of the legwork, I'm OK with doing some replacements, but I would be happy leaving caniuse links in place for older items and having MDN as the target for newer ones.) |
This fixes part of mozilla#375. It does the following: * adds an mdnUrl field to activities.json, using @adamroach's list in mozilla#375 (comment) which can either be a string or an array of strings (like mozBugUrl) * adds a way to show the MDN icon in the "More Info" column (which I commit as an asset rather than picking a glyphicon, and use via CSS mask). * adds code to validate the new field in activities.py (matching mozBugUrl)
This fixes part of mozilla#375. It does the following: * adds an `mdnUrl` field to `activities.json`, using @adamroach's list in mozilla#375 (comment) which can either be a string or an array of strings (like `mozBugUrl`) * adds a way to show the MDN icon in the "More Info" column (which I commit as an asset rather than picking a glyphicon, and use via CSS mask). * adds code to validate the new field in activities.py (matching `mozBugUrl`) * adds code to add the new field for the `add` verb in `activities.py`
…ozilla#396, part 2) This fixes part of mozilla#375. It does the following: * adds an `mdnUrl` field to `activities.json`, using @adamroach's list in mozilla#375 (comment) which can either be a string or an array of strings (like `mozBugUrl`) * adds a way to show the MDN icon in the "More Info" column (which I commit as an asset rather than picking a glyphicon, and use via CSS mask). * adds code to validate the new field in activities.py (matching `mozBugUrl`) * adds code to add the new field for the `add` verb in `activities.py`
…ozilla#396, part 2) This fixes part of mozilla#375. It does the following: * adds an `mdnUrl` field to `activities.json`, using @adamroach's list in mozilla#375 (comment) which can either be a string or an array of strings (like `mozBugUrl`) * adds a way to show the MDN icon in the "More Info" column (which I commit as an asset rather than picking a glyphicon, and use via CSS mask). * adds code to validate the new field in activities.py (matching `mozBugUrl`) * adds code to add the new field for the `add` verb in `activities.py` Co-authored-by: Martin Thomson <[email protected]>
…396, part 2) This fixes part of #375. It does the following: * adds an `mdnUrl` field to `activities.json`, using @adamroach's list in #375 (comment) which can either be a string or an array of strings (like `mozBugUrl`) * adds a way to show the MDN icon in the "More Info" column (which I commit as an asset rather than picking a glyphicon, and use via CSS mask). * adds code to validate the new field in activities.py (matching `mozBugUrl`) * adds code to add the new field for the `add` verb in `activities.py` Co-authored-by: Martin Thomson <[email protected]>
I suppose we should add an MDN field to the issue template, and maybe remove the caniuse field? |
To follow up on #371 (comment) and following comments -- I think we should consider replacing the links to Can I use with links to MDN. It seems like a number of the newer caniuse tables are (based on the IDs) powered by MDN data underneath anyway, and it seems like MDN provides more depth of information.
Thoughts?
The text was updated successfully, but these errors were encountered: