-
Notifications
You must be signed in to change notification settings - Fork 719
[css-?] Standardize text-stroke #4795
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
Comments
The CSS Fill and Stroke module is the work-in-progress definition for standardizing fill and stroke for all CSS text. We are waiting on interest from browsers to actually add experimental support & see if the definitions are web compatible. Maybe file browser bugs asking them to implement |
Doesn't the |
Just a note to say that current implementations need to be fixed for cursive scripts, and i think that the CSS spec should mention that text-stroke should not interrupt the joined glyphs. See |
Uh oh!
There was an error while loading. Please reload this page.
The prefixed
-webkit-text-stroke
,-webkit-text-stroke-color
and-webkit-text-stroke-width
properties are widely supported. They are currently defined in the Compatibility Standard. Browsers also support-webkit-text-fill
which seems unnecessary because thecolor
property can be used instead.Should we standardize similar properties? Something like:
currentcolor
)medium
like inborder-width
? Not0
like in the compat spec)[#963 (comment) refers to CSS Fill and Stroke Module, but it seems to only apply to SVG elements.]
The text was updated successfully, but these errors were encountered: