RESOLVED FIXED 141673
The wrong element's style is used for text-decoration-style
https://bugs.webkit.org/show_bug.cgi?id=141673
Summary The wrong element's style is used for text-decoration-style
Dave Hyatt
Reported 2015-02-16 15:55:42 PST
It should behave like colors and be drawn from the enclosing decorating box's style.
Attachments
Patch (18.64 KB, patch)
2015-02-16 15:58 PST, Dave Hyatt
dino: review+
Patch that works on iOS (19.64 KB, patch)
2015-02-17 10:57 PST, Dave Hyatt
no flags
Patch that works on iOS (19.93 KB, patch)
2015-02-17 10:58 PST, Dave Hyatt
dino: review+
Dave Hyatt
Comment 1 2015-02-16 15:58:01 PST
Alexey Proskuryakov
Comment 2 2015-02-16 17:01:39 PST
/Volumes/Data/EWS/WebKit/Source/WebCore/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm:1768:19: error: no member named 'getTextDecorationColors' in 'WebCore::RenderObject' renderer->getTextDecorationColors(decor, underline, overline, linethrough); ~~~~~~~~ ^ 1 error generated.
Dave Hyatt
Comment 3 2015-02-17 10:57:29 PST
Created attachment 246755 [details] Patch that works on iOS
Dave Hyatt
Comment 4 2015-02-17 10:58:23 PST
Created attachment 246756 [details] Patch that works on iOS
Dave Hyatt
Comment 5 2015-02-18 11:01:11 PST
Fixed in r180273.
Note You need to log in before you can comment on or make changes to this bug.