<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Do not expose -webkit-text CSS value in quirks mode"
   href="https://bugs.webkit.org/show_bug.cgi?id=154164">154164</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Do not expose -webkit-text CSS value in quirks mode
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>CSS
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>zcorpan&#64;gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>What steps will reproduce the problem?
1. Go to <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3883">http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3883</a>

&lt;style&gt;
body { color:red }
div { color:green }
span { color:-webkit-text }
&lt;/style&gt;
&lt;div&gt;&lt;span&gt;This should be green.&lt;/span&gt;&lt;/div&gt;

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
<a href="https://quirks.spec.whatwg.org/#the-tables-inherit-color-from-body-quirk">https://quirks.spec.whatwg.org/#the-tables-inherit-color-from-body-quirk</a>
(Note in particular &quot;a special value that has no keyword mapping to it.&quot;, meaning an author should not be able to trigger this behavior for other elements as in the test case.)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>