No subject
Tue May 3 15:05:30 PDT 2016
> if (pseudoType == CSSSelector::PseudoElementUnknown) {
> // FIXME-NEWPARSER: We can't add "slotted" to the map without breaking the old
> // parser, so this hack ensures the new parser still recognizes it. When the new
> // parser turns on, we can add "slotted" to the map and remove this code.
> if (pseudoTypeString.startsWithIgnoringASCIICase("slotted"))
> pseudoType = CSSSelector::PseudoElementSlotted;
> else
> return nullptr;
> }
Looks like slotted can now be added to the map.
I assume it means:
Source/WebCore/css/SelectorPseudoClassAndCompatibilityElementMap.in
--
You are receiving this mail because:
You are the assignee for the bug.
--Boundary_(ID_wjxnchUJt1kO4+x/Ir6lYg)
Date: Wed, 11 Jan 2017 19:23:11 -0800
MIME-version: 1.0
Content-type: text/html
Content-transfer-encoding: 7BIT
<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 - Add "slotted" to PseudoElement map now that new CSSParser is enabled"
href="https://bugs.webkit.org/show_bug.cgi?id=166961">166961</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add "slotted" to PseudoElement map now that new CSSParser is enabled
</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@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>joepeck@webkit.org
</td>
</tr>
<tr>
<th>CC</th>
<td>dino@apple.com, hyatt@apple.com, joepeck@webkit.org
</td>
</tr></table>
<p>
<div>
<pre>From CSSParserValues.cpp:
<span class="quote">> if (pseudoType == CSSSelector::PseudoElementUnknown) {
> // FIXME-NEWPARSER: We can't add "slotted" to the map without breaking the old
> // parser, so this hack ensures the new parser still recognizes it. When the new
> // parser turns on, we can add "slotted" to the map and remove this code.
> if (pseudoTypeString.startsWithIgnoringASCIICase("slotted"))
> pseudoType = CSSSelector::PseudoElementSlotted;
> else
> return nullptr;
> }</span >
Looks like slotted can now be added to the map.
I assume it means:
Source/WebCore/css/SelectorPseudoClassAndCompatibilityElementMap.in</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>
--Boundary_(ID_wjxnchUJt1kO4+x/Ir6lYg)--
More information about the webkit-unassigned
mailing list