-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed as not planned
Closed as not planned
Copy link
Labels
data:cssCompat data for CSS features. https://developer.mozilla.org/docs/Web/CSSCompat data for CSS features. https://developer.mozilla.org/docs/Web/CSSneeds triageThis issue needs to be confirmedThis issue needs to be confirmed
Description
What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
The “allowable properties” section of the page lists among others text-shadow and -webkit-stroke-*
It correctly reports that firefox doesn’t support text-shadow, but doesn’t mention that no major browser supports -webkit-stroke-*.
What browsers does this problem apply to, if applicable?
I tested it on:
- Safari 26.2 (21623.1.14.11.9)
- no support for
text-shadowor-webkit-stroke-*
- no support for
- Firefox 147.0.1
- no support for
text-shadow(already known) or-webkit-stroke-*
- no support for
- Chrome 143.0.7499.194
- no support for
-webkit-stroke-*
- no support for
What did you expect to see?
The 3 browsers’ support matching the data.
Did you test this? If so, how?
Open this demo with any browser, check what works in the right column of the table.
https://codepen.io/flying-sheep/pen/yyJMgMe?editors=0110
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
- The Firefox bug about
text-shadow: https://bugzilla.mozilla.org/show_bug.cgi?id=1845447
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response
Metadata
Metadata
Assignees
Labels
data:cssCompat data for CSS features. https://developer.mozilla.org/docs/Web/CSSCompat data for CSS features. https://developer.mozilla.org/docs/Web/CSSneeds triageThis issue needs to be confirmedThis issue needs to be confirmed