[Webkit-unassigned] [Bug 128723] [css3-text] Support -webkit-text-decoration-skip: objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 11:39:41 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128723





--- Comment #12 from Simon Fraser (smfr) <simon.fraser at apple.com>  2014-02-14 11:36:55 PST ---
(From update of attachment 224167)
View in context: https://bugs.webkit.org/attachment.cgi?id=224167&action=review

> LayoutTests/fast/css/text-decoration-skip-atomic-inline.html:3
> +.underline { text-decoration: underline; color: red; }

Don't you want to explicitly say text-decoration-skip: objects in case we change the default to 'auto'?

> LayoutTests/fast/css/text-decoration-skip-atomic-inline.html:7
> +<div class="underline"><img class="margin-border-padding" src="resources/greenbox.png" /><table style="display: inline-table; "><td class="margin-border-padding">inline-table</table><div class="margin-border-padding" style="display: inline-block; ">inline-block</div><input class="margin-border-padding" type="button" value="button" /><video class="margin-border-padding" src="dummy.mp4"></video><canvas class="margin-border-padding" width="10" height="10"></canvas><iframe class="margin-border-padding"></iframe></div>

Do these have to all be squished onto one line?

I think it would be better for the test to show at least some underlined text so we can see if any underlining was done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list