Bug 119608

Summary: Text decorations should be listed as non-inheritable
Product: WebKit Reporter: Bruno Abinader <brunoabinader>
Component: CSSAssignee: Bruno Abinader <brunoabinader>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kling, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.