User Details
- User Since
- Mar 14 2018, 10:49 PM (415 w, 1 d)
- Availability
- Available
- Review Queue
- 0
Jun 21 2024
There is a WPT here for the horizontal writing modes fwiw: https://github.com/web-platform-tests/wpt/blob/master/css/css-counter-styles/counter-style-at-rule/disclosure-styles.html
May 20 2024
This is also relevant fwiw: https://github.com/w3c/csswg-drafts/issues/10321
May 19 2024
implicit was renamed to auto: https://github.com/w3c/csswg-drafts/issues/10312
Dec 19 2023
There's this section I originally wrote for theming high contrast mode: https://firefox-source-docs.mozilla.org/code-quality/coding-style/css_guidelines.html#high-contrast-mode
Nov 3 2023
Oct 28 2023
Sep 22 2023
Heads up that I'm fixing this in https://github.com/web-platform-tests/wpt/pull/42112
Sep 4 2023
Looks good to me!
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
Jul 23 2023
Mar 22 2023
Looks good, thanks for fixing!
This revision requires a Testing Policy Project Tag to be set before landing. Please apply one of testing-approved, testing-exception-unchanged, testing-exception-ui, testing-exception-elsewhere, testing-exception-other. Tip: this Firefox add-on makes it easy!
Jan 8 2023
Jun 4 2022
Dec 25 2021
Dec 10 2021
Oct 23 2021
Aug 21 2021
Aug 5 2021
Aug 4 2021
May 23 2021
https://bugzilla.mozilla.org/show_bug.cgi?id=1519036 would be a better path forward if you have time to finish that :)
May 21 2021
May 17 2021
Thanks
May 8 2021
May 3 2021
Apr 30 2021
You should use transform: translateY([y]px) or translate: 0 [y]px for this kind of tweak, rather than tweaking the margin (which is brittle in case the default margin gets changed).
Apr 29 2021
Apr 28 2021
This should probably be in browser/themes/osx/browser.css (as macOS specific theme CSS) or browser/base/content/browser.css (as content CSS that's essential for the browser to work), but browser/themes/shared/browser.inc.css seems wrong to me.
I have some doubts around how optimized those filmstrip SVGs are, but it doesn't sound like there's great automated tools to optimize anyway.
Apr 27 2021
Apr 23 2021
Apr 22 2021
Apr 20 2021
Apr 19 2021
Apr 18 2021
Apr 17 2021
Apr 16 2021
Apr 15 2021
You can change https://searchfox.org/mozilla-central/rev/a5bf5d0720f9454687f500513ac82b0c8abce5a4/toolkit/themes/windows/global/button.css#47 to use :where() instead of :is(), which would solve this issue without an extra override.
Apr 14 2021
I think @harry already did this with https://bugzilla.mozilla.org/show_bug.cgi?id=1704828, not sure this is still needed.
Apr 13 2021
@dao's review would be really valuable here :)
Apr 12 2021
Apr 11 2021
Some issues:
- Still needs rebasing on top of m-c
- tab-audio-blocked.svg & tab-audio-playing.svg & tab-audio-muted.svg are unused by proton afaik, not sure there's much point in updating them
- badge-audio-playing.svg & tab-audio-playing-small.svg seem to be the same, could they just be combined in one if that's the case? avoids triggering allowed-dupes.mn too
- As a followup, worth asking UX for new icons here (I see there's no changed planned in the spreadsheet for those):
Apr 10 2021
Apr 8 2021
Apr 7 2021
The fill-opacity: 1 declarations are not needed afaik, this should be the default value.

