Bug 119608 - Text decorations should be listed as non-inheritable
Summary: Text decorations should be listed as non-inheritable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bruno Abinader
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-08 17:38 PDT by Bruno Abinader
Modified: 2013-08-09 07:14 PDT (History)
6 users (show)

See Also:


Attachments
Patch (8.62 KB, patch)
2013-08-08 17:42 PDT, Bruno Abinader
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bruno Abinader 2013-08-08 17:38:24 PDT
Text decorations should be listed as non-inheritable

Both "text-decoration" specs (CSS 2.1, CSS 3) and "text-decoration-line" spec (CSS 3) states these properties are not inherited (w/ exceptions, which are currently handled by -in-effect property), however those were listed as inherited for no reason - thus preserving behavior as shown by layout test results.

Backported from Blink: https://codereview.chromium.org/20751008
Comment 1 Bruno Abinader 2013-08-08 17:42:57 PDT
Created attachment 208384 [details]
Patch
Comment 2 Andreas Kling 2013-08-09 06:50:18 PDT
Comment on attachment 208384 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-08-09 07:14:47 PDT
Comment on attachment 208384 [details]
Patch

Clearing flags on attachment: 208384

Committed r153891: <http://trac.webkit.org/changeset/153891>
Comment 4 WebKit Commit Bot 2013-08-09 07:14:50 PDT
All reviewed patches have been landed.  Closing bug.