Bug 58491

Summary: [css3-text] Support text-decoration-* properties from CSS3 Text
Product: WebKit Reporter: Lea Verou <lea>
Component: CSSAssignee: Bruno Abinader <brunoabinader>
Status: ASSIGNED ---    
Severity: Enhancement CC: bruno.abinader, brunoabinader, donggwan.kim, igor.oliveira, kojii, lamarque, masayuki, mike, mmaxfield, opendarwin, rakuco, shanestephens, syoichi, tmpsantos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://dev.w3.org/csswg/css-text-decor-3/
Bug Depends on: 100546, 230083, 90958, 90959, 91638, 92000, 92659, 92801, 92868, 93507, 93509, 93863, 94093, 94094, 94108, 94110, 94111, 94112, 94114, 94480, 94483, 95848, 95856, 96408, 99804, 99986, 102795, 116104    
Bug Blocks:    

Description Lea Verou 2011-04-13 15:56:58 PDT
CSS3 Text changes the definition of text-decoration to be a shorthand and adds a few more text-decoration-* properties:

text-decoration-color
text-decoration-style
text-decoration-line
text-decoration-skip

http://www.w3.org/TR/css3-text/#decoration

Gecko already implements the first two.
Comment 1 Bruno Abinader (history only) 2012-07-11 02:40:32 PDT
I am going to have a look at each of these CSS properties in individual bugs depending on these, starting with text-decoration-style (see bug 90958).
Comment 2 Ojan Vafai 2012-07-31 11:36:59 PDT
Have you sent an email to webkit-dev about this? See http://www.webkit.org/coding/adding-features.html.

Also, not sure if this part of the spec has changed, but it's best to use the dev version of the spec since the TR version is often out of date (in this case by 6 months): http://dev.w3.org/csswg/css3-text/#decoration
Comment 3 Bruno Abinader (history only) 2012-07-31 12:03:21 PDT
Nice catch Ojan :) I haven't sent yet, will send one later today, thanks for the reminder! And yes, good reminder about the dev one, though there are no apparent changes for text-decoration shorthands for now.

(In reply to comment #2)
> Have you sent an email to webkit-dev about this? See http://www.webkit.org/coding/adding-features.html.
> 
> Also, not sure if this part of the spec has changed, but it's best to use the dev version of the spec since the TR version is often out of date (in this case by 6 months): http://dev.w3.org/csswg/css3-text/#decoration
Comment 4 Jeff Johnson 2020-10-05 15:35:43 PDT
*** Bug 217330 has been marked as a duplicate of this bug. ***