[Webkit-unassigned] [Bug 154164] New: Do not expose -webkit-text CSS value in quirks mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 05:07:34 PST 2016


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

            Bug ID: 154164
           Summary: Do not expose -webkit-text CSS value in quirks mode
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com

What steps will reproduce the problem?
1. Go to http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3883

<style>
body { color:red }
div { color:green }
span { color:-webkit-text }
</style>
<div><span>This should be green.</span></div>

What is the expected output? What do you see instead?
The text should be green. It's red.

Please use labels and text to provide additional information.
Spec
https://quirks.spec.whatwg.org/#the-tables-inherit-color-from-body-quirk
(Note in particular "a special value that has no keyword mapping to it.", meaning an author should not be able to trigger this behavior for other elements as in the test case.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160212/d9252107/attachment-0001.html>


More information about the webkit-unassigned mailing list