Closed
Bug 1322222
Opened 9 years ago
Closed 9 years ago
Use absolute length for the computed value of -webkit-text-stroke-width property
Categories
(Developer Documentation Graveyard :: CSS, defect)
Developer Documentation Graveyard
CSS
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chenpighead, Assigned: chenpighead)
References
()
Details
Attachments
(1 file)
According to the spec, '-webkit-text-stroke-width' property uses <line-width> as its specified value. And all the <line-width>s properties seem to be computed to 'absolute length', not 'absolute width'. So, let's use 'absolute length' for the computed value of '-webkit-text-stroke-width' property.
Spec issue: https://github.com/whatwg/compat/issues/67
The latest spec has fixed this already.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8816974 -
Flags: review?(sebastianzartner)
| Assignee | ||
Updated•9 years ago
|
Attachment #8816974 -
Flags: review?(sebastianzartner) → review+
| Assignee | ||
Comment 2•9 years ago
|
||
PR has been r+ and merged! \0/
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•