Bug 58491 - [css3-text] Support text-decoration-* properties from CSS3 Text
Summary: [css3-text] Support text-decoration-* properties from CSS3 Text
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Enhancement
Assignee: Bruno Abinader
URL: http://dev.w3.org/csswg/css-text-deco...
Keywords:
: 217330 (view as bug list)
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
Blocks:
  Show dependency treegraph
 
Reported: 2011-04-13 15:56 PDT by Lea Verou
Modified: 2021-09-08 22:29 PDT (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***