Skip to content

Commit

Permalink
Ordering tables (#29)
Browse files Browse the repository at this point in the history
reorder results to group by browser engine
  • Loading branch information
chaals authored Aug 19, 2016
1 parent 81ede3e commit 2ef54b9
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions html51/implementation-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ <h3 id="newfeatures">New features</h3>

<table aria-labelledby="newfeatures">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
<th><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/reportValidity"><code>HTMLInputElement.reportValidity()</code></a></th>
<td class="pass">Chrome, Opera</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td></td>
<td class="pass">Chrome, Opera</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="fail">N</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?page=1&q=fastseek"><code>HTMLMediaElement.fastseek()</code></a></th>
<td class="fail">N</td><td class="fail">N</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td></td>
<td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td></td>
</tr>

<tr>
Expand All @@ -61,22 +61,22 @@ <h3 id="newfeatures">New features</h3>

<tr>
<th><a href="http://ljwatson.github.io/test-cases/input-types/index.html#week"><code>&lt;Input type="week"&gt;</code></a></th>
<td class="pass">Yandex</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td></td>
<td class="pass">Yandex</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="http://ljwatson.github.io/test-cases/input-types/index.html#month"><code>&lt;input type="month"&gt;</code></a></th>
<td class="pass">Chrome, Yandex</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td></td>
<td class="pass">Chrome, Yandex</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="http://ljwatson.github.io/test-cases/input-types/index.html#datetime"><code>&lt;input type="datetime-local"&gt;</code></a></th>
<td class="pass">Yandex, Chrome</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td></td>
<td class="pass">Yandex, Chrome</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="https://developer.mozilla.org/en-US/docs/Web/API/ImageBitmap"><code>ImageBitmap</code> interface</a></th>
<td class="pass">Chrome, Opera</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="notTested">Not Tested</td><td></td>
<td class="pass">Chrome, Opera</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="notTested">Not Tested</td><td class="notTested">Not Tested</td><td></td>
</tr>

<tr>
Expand All @@ -90,8 +90,8 @@ <h3 id="newfeatures">New features</h3>
</tr>

<tr>
<th><a href="http://caniuse.com/#feat=srcset"><code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code></a></th>
<td class="pass">Y</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="pass">Y</td><td></td>
<th><a href="http://caniuse.com/#feat=details"><code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code></a></th>
<td class="pass">Y</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="pass">Y</td><td></td>
</tr>


Expand All @@ -102,22 +102,22 @@ <h3 id="newfeatures">New features</h3>

<tr>
<th><a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?page=1&q=registerProtocolHandler"><code>registerProtocolHandler()</code></a></th>
<td class="pass">Y</td><td class="fail">N</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="fail">N</td><td></td>
<td class="pass">Y</td><td class="pass">Y</td><td class="fail">N</td><td class="notTested">Not Tested</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu#Browser_compatibility"><code>&lt;menu type="context"&gt;</code></a></th>
<td class="pass">Chrome, Opera, Yandex</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td></td>
<td class="pass">Chrome, Opera, Yandex</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td></td>
</tr>

<tr>
<th><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem#Browser_compatibility"><code>&lt;menuitem&gt;</code></a></th>
<td class="pass">Y</td><td class="fail">N</td><td class="pass">Y</td><td class="fail">N</td><td class="notTested">Not Tested</td><td></td>
<td class="pass">Y</td><td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="notTested">Not Tested</td><td></td>
</tr>

<tr>
<th><a href="http://help.dottoro.com/ljbcjfot.php"><code>XMLDocument</code> interface</a></th>
<td class="pass">Y</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td class="pass">Y</td><td class="pass">Y</td><td></td>
<td class="pass">Y</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td class="pass">Y</td><td></td>
</tr>

<tr>
Expand Down Expand Up @@ -222,12 +222,12 @@ <h3 id="scroll">Scroll restoration changes</h3>

<table aria-labelledby="scroll">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
<th><a href="https://developer.microsoft.com/en-us/microsoft-edge/platform/catalog/?page=1&q=scrollRestoration">Add <code>history.scrollRestoration</code></a></th>
<td class="pass">Y</td><td class="notTested">Not Tested</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="fail">N</td><td>Assume this is right imp info for <a href="https://github.com/whatwg/html/commit/dd6a34ec3c191ee1968a0fc8d174b4ce3b615916">WHATWG issue</a>?</td>
<td class="pass">Y</td><td class="pass">Y</td><td class="notTested">Not Tested</td><td class="notTested">Not Tested</td><td class="fail">N</td><td>Assume this is right imp info for <a href="https://github.com/whatwg/html/commit/dd6a34ec3c191ee1968a0fc8d174b4ce3b615916">WHATWG issue</a>?</td>
</tr>

<tr>
Expand All @@ -240,7 +240,7 @@ <h3 id="crossorigin">Cross-origin changes</h3>

<table aria-labelledby="crossorigin">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand All @@ -263,7 +263,7 @@ <h3 id="fixed">Collections changes</h3>

<table aria-labelledby="fixed">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand All @@ -286,7 +286,7 @@ <h3 id="SVG">SVG compatibility fixes</h3>

<table aria-labelledby="SVG">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand All @@ -308,7 +308,7 @@ <h3 id="SVG">SVG compatibility fixes</h3>

<tr>
<th><a href="https://github.com/whatwg/html/commit/f7ff53e761a9fc813d9765073e2752d42347f0b6">Make SVG <code>&lt;title&gt;</code> first child not last</a></th>
<td class="pass">Yandex**</td><td class="pass">Y</td><td class="notTested"></td><td class="notTested"></td><td class="pass">Y</td><td class="pass">Yandex, Firefox and Safari all expose the first <code>title</code> child in <a href="https://chaals.github.io/testcases/title-first-child-manual.svg">raw SVG</a>. In <a href="https://chaals.github.io/testcases/svg-title-first-child-manual.html">SVG embedded in HTML</a>, Firefox and Safari expose the first child <code>title</code> element as a tooltip</td>
<td class="pass">Yandex</td><td class="pass">Y</td><td class="notTested"></td><td class="notTested"></td><td class="pass">Y</td><td class="pass">Yandex, Firefox and Safari all expose the first <code>title</code> child in <a href="https://chaals.github.io/testcases/title-first-child-manual.svg">raw SVG</a>. In <a href="https://chaals.github.io/testcases/svg-title-first-child-manual.html">SVG embedded in HTML</a>, Firefox and Safari expose the first child <code>title</code> element as a tooltip</td>
</tr>

</table>
Expand All @@ -317,7 +317,7 @@ <h3 id="tables">Table compatibility fixes</h3>

<table aria-labelledby="tables">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand All @@ -335,7 +335,6 @@ <h3 id="tables">Table compatibility fixes</h3>
<td class="fail">N</td><td class="pass">Y</td><td class="notTested">?</td><td class="notTested">?</td><td class="fail">N</td><td>Related to thead/tfoot ordering issue above, and changed to match what happens there? <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=3777">test for <code>createTFoot</code></a></td>
</tr>

<tr>
<tr>
<th><a href="https://github.com/whatwg/html/commit/94d55af9cda601ce675d15f6a0e52c9bb9c6afa9">Disallow <code>&lt;tfoot&gt;</code> before <code>&lt;tbody&gt;</code></a></th>
<td colspan="5">No browser behaviour required</td><td>Not implemented in validator.w3.org</td>
Expand All @@ -348,7 +347,7 @@ <h3 id="isolated">Isolated integrations</h3>

<table aria-labelledby="isolated">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand Down Expand Up @@ -396,7 +395,7 @@ <h3 id="csp">CSP hooks</h3>

<table aria-labelledby="csp">
<tr>
<th></th><th>Blink</th><th>Edge</th><th>Firefox - Gecko</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
<th></th><th>Blink</th><th>Firefox - Gecko</th><th>Edge</th><th>Internet Explorer</th><th>Safari - Webkit</th><th>Notes</th>
</tr>

<tr>
Expand Down

0 comments on commit 2ef54b9

Please sign in to comment.