<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[182998] trunk/Source</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/182998">182998</a></dd>
<dt>Author</dt> <dd>benjamin@webkit.org</dd>
<dt>Date</dt> <dd>2015-04-19 20:54:06 -0700 (Sun, 19 Apr 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Improve the feature.json files

* features.json:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCorefeaturesjson">trunk/Source/JavaScriptCore/features.json</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorefeaturesjson">trunk/Source/WebCore/features.json</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (182997 => 182998)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2015-04-20 01:45:50 UTC (rev 182997)
+++ trunk/Source/JavaScriptCore/ChangeLog        2015-04-20 03:54:06 UTC (rev 182998)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2015-04-19  Benjamin Poulain  &lt;benjamin@webkit.org&gt;
+
+        Improve the feature.json files
+
+        * features.json:
+
</ins><span class="cx"> 2015-04-19  Yusuke Suzuki  &lt;utatane.tea@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Introduce bytecode intrinsics
</span></span></pre></div>
<a id="trunkSourceJavaScriptCorefeaturesjson"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/features.json (182997 => 182998)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/features.json        2015-04-20 01:45:50 UTC (rev 182997)
+++ trunk/Source/JavaScriptCore/features.json        2015-04-20 03:54:06 UTC (rev 182998)
</span><span class="lines">@@ -14,6 +14,16 @@
</span><span class="cx"> 
</span><span class="cx">     &quot;features&quot;: [
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;ASM.js&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Continuously improving&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://asmjs.org&quot;,
+        &quot;description&quot;: &quot;ASM.js defines a subset of JavaScript that enforce stronger typing and has specific patterns of memory access. ASM.js is rarely hand-written, it is typically generated from other languages by compiler such as Emscripten.&quot;,
+        &quot;comment&quot;: &quot;There is no \&quot;use asm\&quot; mode in JavaScriptCore. Instead WebKit integrates ASM.js optimizations directly in the optimizer. As a result, it is possible to mix ASM-style typing with regular code and still get great performance and power efficiency.&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;Array.prototype.includes&quot;,
</span><span class="cx">         &quot;status&quot;: {
</span><span class="cx">             &quot;status&quot;: &quot;Done&quot;,
</span><span class="lines">@@ -25,6 +35,53 @@
</span><span class="cx">         &quot;specification&quot;: &quot;ES7&quot;
</span><span class="cx">     },
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;Classes&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;https://people.mozilla.org/~jorendorff/es6-draft.html#sec-class-definitions&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=142774&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;,
+        &quot;description&quot;: &quot;The new class syntax of ES6 provides a new syntax to define and extend JavaScript objects. The class syntax is a new notation, objects still use prototypal inheritance.&quot;
+    },
+    {
+        &quot;name&quot;: &quot;Map data structure&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://people.mozilla.org/~jorendorff/es6-draft.html#sec-map-constructor&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=120333&quot;,
+        &quot;description&quot;: &quot;Map provides an &lt;a href=\&quot;https://en.wikipedia.org/wiki/Associative_array\&quot;&gt;associative array data&lt;/a&gt; structure that maps keys to values.&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;
+    },
+    {
+        &quot;name&quot;: &quot;Number extensions (ES6)&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number-objects&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=131707&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;,
+        &quot;description&quot;: &quot;ES6 extend Number with the methods Number.isFinite(), Number.isInteger(), Number.isSafeInteger(), Number.isNaN() and the attributes Number.EPSILON, Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER.&quot;
+    },
+    {
+        &quot;name&quot;: &quot;Octal and binary literals&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;https://people.mozilla.org/~jorendorff/es6-draft.html#sec-literals-numeric-literals&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=142681&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;,
+        &quot;description&quot;: &quot;New syntax for number literals. Numbers can be provided as binary (e.g. 0b001001) or octal (e.g. 0o24).&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;Promise Objects&quot;,
</span><span class="cx">         &quot;status&quot;: {
</span><span class="cx">             &quot;status&quot;: &quot;Done&quot;,
</span><span class="lines">@@ -37,6 +94,18 @@
</span><span class="cx">         &quot;specification&quot;: &quot;ES6&quot;
</span><span class="cx">     },
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;Set data structure&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;https://people.mozilla.org/~jorendorff/es6-draft.html#sec-set-constructor&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=120549&quot;,
+        &quot;description&quot;: &quot;Set is a collection of unique objects.&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;Symbol Objects&quot;,
</span><span class="cx">         &quot;status&quot;: {
</span><span class="cx">             &quot;status&quot;: &quot;Done&quot;,
</span><span class="lines">@@ -46,6 +115,30 @@
</span><span class="cx">         &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol&quot;,
</span><span class="cx">         &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=140435&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;ES6&quot;
</span><ins>+    },
+    {
+        &quot;name&quot;: &quot;WeakMap&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://people.mozilla.org/~jorendorff/es6-draft.html#sec-weakmap-objects&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=120912&quot;,
+        &quot;description&quot;: &quot;Map provides an &lt;a href=\&quot;https://en.wikipedia.org/wiki/Associative_array\&quot;&gt;associative array data&lt;/a&gt; structure that maps keys to values. WeakMap's keys must be objects.&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;
+    },
+    {
+        &quot;name&quot;: &quot;for...of loops&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://people.mozilla.org/~jorendorff/es6-draft.html#sec-for-in-and-for-of-statements&quot;,
+        &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of&quot;,
+        &quot;description&quot;: &quot;The for...of loops iterate over the values provided by the iterator of the target object.&quot;,
+        &quot;specification&quot;: &quot;ES6&quot;,
+        &quot;comment&quot;: &quot;Older versions of WebKit only supported iterating JavaScript arrays.&quot;
</ins><span class="cx">     }
</span><span class="cx">     ]
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (182997 => 182998)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-04-20 01:45:50 UTC (rev 182997)
+++ trunk/Source/WebCore/ChangeLog        2015-04-20 03:54:06 UTC (rev 182998)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2015-04-19  Benjamin Poulain  &lt;benjamin@webkit.org&gt;
+
+        Improve the feature.json files
+
+        * features.json:
+
</ins><span class="cx"> 2015-04-18  Jon Lee  &lt;jonlee@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Mac] Time elapsed should be right-aligned
</span></span></pre></div>
<a id="trunkSourceWebCorefeaturesjson"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/features.json (182997 => 182998)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/features.json        2015-04-20 01:45:50 UTC (rev 182997)
+++ trunk/Source/WebCore/features.json        2015-04-20 03:54:06 UTC (rev 182998)
</span><span class="lines">@@ -22,10 +22,21 @@
</span><span class="cx">         &quot;category&quot;: &quot;css&quot;
</span><span class="cx">     },
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;CSS Positioned Layout Module Level 3&quot;,
+        &quot;url&quot;: &quot;http://dev.w3.org/csswg/css-position/&quot;,
+        &quot;keywords&quot;: [&quot;css positioning&quot;],
+        &quot;category&quot;: &quot;css&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/&quot;,
</span><span class="cx">         &quot;keywords&quot;: [&quot;css selectors&quot;, &quot;selectors&quot;],
</span><del>-        &quot;category&quot;: &quot;css&quot;
</del><ins>+        &quot;category&quot;: &quot;css&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;CSS Shapes Level 1&quot;,
</span><span class="lines">@@ -63,7 +74,12 @@
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#the-any-link-pseudo&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;The pseudo class :any-link matches any element that would match :link or :visisted.&quot;,
</span><del>-        &quot;comment&quot;: &quot;A prefix version :-webkit-any-link has been available for a while but it was not 100% compliant to the specification.&quot;
</del><ins>+        &quot;comment&quot;: &quot;A prefix version :-webkit-any-link has been available for a while but it was not 100% compliant to the specification.&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;CSS Selector :lang() level 4&quot;,
</span><span class="lines">@@ -84,7 +100,12 @@
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#matches&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;The selector :matches() takes a selector list as argument and matches an element if any of them matches (e.g. :matches(article &gt; section, #target)). When used for styling, the specificity of :matches() is the higest specificity of all selectors in the selector list.&quot;,
</span><del>-        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :matches().&quot;
</del><ins>+        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :matches().&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;CSS Selector :not() level 4&quot;,
</span><span class="lines">@@ -95,7 +116,12 @@
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#negation&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;The selector :not() in level 4 supports full selector lists as argument. For example: :not(:any-link &gt;&gt; img, :any-link &gt;&gt; picture).&quot;,
</span><del>-        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :not().&quot;
</del><ins>+        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :not().&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;CSS Selector :nth-child(An+B of selector list) and :nth-last-child(An+B of selector list)&quot;,
</span><span class="lines">@@ -106,7 +132,12 @@
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#the-nth-child-pseudo&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;The pseudo classes :nth-child() and :nth-last-child() now supports a selector list that filters what to count. For example: \&quot;:nth-child(even of .visible)\&quot;.&quot;,
</span><del>-        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :nth-child() and :nth-last-child().&quot;
</del><ins>+        &quot;comment&quot;: &quot;The pseudo classes &lt;em&gt;:visited&lt;/em&gt; and &lt;em&gt;:link&lt;/em&gt; are not supported inside :nth-child() and :nth-last-child().&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;CSS Selector :placeholder-shown&quot;,
</span><span class="lines">@@ -117,7 +148,12 @@
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#placeholder&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;The selector :placeholder-shown matches any input element that has a visible placeholder.&quot;,
</span><del>-        &quot;comment&quot;: &quot;Styling the placeholder can be done through the WebKit pseudo-element \&quot;::-webkit-input-placeholder\&quot;.&quot;
</del><ins>+        &quot;comment&quot;: &quot;Styling the placeholder can be done through the WebKit pseudo-element \&quot;::-webkit-input-placeholder\&quot;.&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;Case-insensitive attribute selectors&quot;,
</span><span class="lines">@@ -127,7 +163,12 @@
</span><span class="cx">         },
</span><span class="cx">         &quot;url&quot;: &quot;http://dev.w3.org/csswg/selectors-4/#attribute-case&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Selectors Level 4&quot;,
</span><del>-        &quot;description&quot;: &quot;Any attribute selector that test a value can take a flag \&quot;i\&quot; to use case insensitive checks. For example: input[type=number i] test the value \&quot;number\&quot; case-insensitively.&quot;
</del><ins>+        &quot;description&quot;: &quot;Any attribute selector that test a value can take a flag \&quot;i\&quot; to use case insensitive checks. For example: input[type=number i] test the value \&quot;number\&quot; case-insensitively.&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;Element.closest()&quot;,
</span><span class="lines">@@ -139,7 +180,12 @@
</span><span class="cx">         &quot;documentation-url&quot;: &quot;https://developer.mozilla.org/en-US/docs/Web/API/Element/closest&quot;,
</span><span class="cx">         &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=137418&quot;,
</span><span class="cx">         &quot;specification&quot;: &quot;DOM&quot;,
</span><del>-        &quot;description&quot;: &quot;Find the closest ancestor matching the selector passed as argument. The element itself is returned if it matches the selector.&quot;
</del><ins>+        &quot;description&quot;: &quot;Find the closest ancestor matching the selector passed as argument. The element itself is returned if it matches the selector.&quot;,
+        &quot;contact&quot;: {
+            &quot;name&quot;: &quot;Benjamin Poulain&quot;,
+            &quot;twitter&quot;: &quot;@awfulben&quot;,
+            &quot;email&quot;: &quot;benjamin@webkit.org&quot;
+        }
</ins><span class="cx">     },
</span><span class="cx">     {
</span><span class="cx">         &quot;name&quot;: &quot;Force Click Events&quot;,
</span><span class="lines">@@ -161,6 +207,16 @@
</span><span class="cx">         &quot;description&quot;: &quot;The \&quot;pointer\&quot; media defines how percise the pointing device is. The \&quot;hover\&quot; media defines the ability of the poiting device to hover elements.&quot;
</span><span class="cx">     },
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;MicroData&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Removed&quot;
+        },
+        &quot;url&quot;: &quot;https://html.spec.whatwg.org/multipage/microdata.html&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=119480&quot;,
+        &quot;specification&quot;: &quot;HTML5&quot;,
+        &quot;comment&quot;: &quot;WebKit used to support MicroData. The feature never gained any traction and was eventually removed to clean up the codebase.&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;Navigator.hardwareConcurrency&quot;,
</span><span class="cx">         &quot;status&quot;: {
</span><span class="cx">             &quot;status&quot;: &quot;Done&quot;,
</span><span class="lines">@@ -171,6 +227,17 @@
</span><span class="cx">         &quot;description&quot;: &quot;Navigator.hardwareConcurrency provides the total number of logical processors available to the user agent.&quot;
</span><span class="cx">     },
</span><span class="cx">     {
</span><ins>+        &quot;name&quot;: &quot;Position: sticky&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Done&quot;,
+            &quot;enabled-by-default&quot;: true
+        },
+        &quot;url&quot;: &quot;http://dev.w3.org/csswg/css-position/#sticky-pos&quot;,
+        &quot;specification&quot;: &quot;CSS Positioned Layout Module Level 3&quot;,
+        &quot;description&quot;: &quot;Sticky positioning provides a way to position element out of the normal flow when scrolling. Unlike solutions based on JavaScript, the change of position is synchronized with scrolling.&quot;,
+        &quot;comment&quot;: &quot;The feature is prefixed with &lt;em&gt;-webkit-&lt;/em&gt;. There are some remaining issues to resolve in the specification.&quot;
+    },
+    {
</ins><span class="cx">         &quot;name&quot;: &quot;Readable Streams&quot;,
</span><span class="cx">         &quot;status&quot;: {
</span><span class="cx">             &quot;status&quot;: &quot;In Development&quot;,
</span><span class="lines">@@ -191,6 +258,16 @@
</span><span class="cx">         &quot;specification&quot;: &quot;CSS Shapes Level 1&quot;,
</span><span class="cx">         &quot;description&quot;: &quot;CSS Shapes describe geometric shapes for use in CSS. For Level 1, CSS Shapes can be applied to floats.&quot;,
</span><span class="cx">         &quot;comment&quot;: &quot;The implementation is feature complete and shipping, but is -webkit prefixed.&quot;
</span><ins>+    },
+    {
+        &quot;name&quot;: &quot;Shared Web Workers&quot;,
+        &quot;status&quot;: {
+            &quot;status&quot;: &quot;Removed&quot;
+        },
+        &quot;url&quot;: &quot;https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction&quot;,
+        &quot;webkit-url&quot;: &quot;https://bugs.webkit.org/show_bug.cgi?id=140344&quot;,
+        &quot;specification&quot;: &quot;HTML5&quot;,
+        &quot;comment&quot;: &quot;The implementation of Shared Web Workers was imposing undesirable constraints on the engine. The feature never gained any adoption and was eventually removed from the engine.&quot;
</ins><span class="cx">     }
</span><span class="cx">     ]
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>