-
Notifications
You must be signed in to change notification settings - Fork 508
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
Non-standard/Deprecated icons are not consistent #5571
Comments
Good catch, thanks! As for the BCD tables, I will check internally if there is any reason not to use the trash symbol there. If there isn't, this would be a good community PR opportunity along these lines: yari/client/src/document/ingredients/browser-compatibility-table/feature-row.tsx Lines 76 to 80 in c5c8559
yari/client/src/document/ingredients/browser-compatibility-table/legend.tsx Lines 7 to 20 in c5c8559
As for the non-standard / deprecated headers, I agree that it would make sense to use the corresponding icons there. Again, I will check this internally and get back. I would clarify these first before going into issues 4 ("Quick links sidebar has colored badges") and 5 ("Currently badge order is different at 3 places"). |
I have checked internally, and we would like to
@OnkarRuikar Would you be interested in submitting one or two PRs for this? |
1-3 fixed by #5583 |
FWIW #5644 is resolving point 4. |
@caugner So is there internal consensus for removing the color of those icons? Last I heard it was still being discussed. |
@danielhjacobs Sorry for the waiting time. I have added this to the agenda of an internal meeting on Wednesday. |
#5644 is merged. That's fine, but it means I'll need to open a follow-up PR if the result of Wednesday's meeting is that the colors are to be removed. |
We are consistent now, and we'll keep the colors until further notice. |
Summary
The entire page and compatibility section uses different icons for the same 'Non-standard' badge.
Same is the case with
Deprecated
badge.Same icon 👎🏻 has different meanings, in different sections on the same page.
URL
https://developer.mozilla.org/en-US/docs/Web/API/Window#browser_compatibility
https://developer.mozilla.org/en-US/docs/Web/API/Window#methods
Reproduction steps
mozpaintCount
property.Note:
👎🏻 => Non-standard
🗑 => Deprecated
Note:
👎🏻 => Deprecated
⚠ => Non-standard
Note:
❌ => Deprecated
⚠ => Non-standard
Expected behavior
Icons should be consistent across the entire site.
Deprecated
everywhere on the website. Compatibility section and notecards need to be corrected.Non-Standard
everywhere on the website. CSS ruleicon-nonstandard
needs to be corrected on main page. The icon 👎🏻doesn't fit well here, and has negative tone.Less severe issues:
Actual behavior
Device
Desktop
Browser
Chrome
Browser version
Stable
Operating system
Windows
Screenshot
No response
Anything else?
No response
Validations
The text was updated successfully, but these errors were encountered: