Skip to content

Commit

Permalink
Updates the HTML5.2 implementation report
Browse files Browse the repository at this point in the history
  • Loading branch information
LJWatson committed Oct 19, 2017
1 parent 6a0b367 commit a0f717c
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions html52/implementation-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,19 +362,28 @@ <h2>Removed features</h2>
<td>Removed</td>
</tr>

<tr>
<td>Remove the allow-presentation sandboxing flag for the <code>sandbox</code> attribute of the <code>iframe</code> element</td>
<td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td>
<td>Removed</td>
</tr>

<tr>
<td>Remove <code>datetime</code> from type of <code>input</code></td>
<td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td>
<td>Removed</td>
</tr>
</table>

<h2>One implementation</h2>

<table>
<tr>
<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>
<td>allow-presentation sandboxing flag for the <code>sandbox</code> attribute of the <code>iframe</code> element</td>
<td class="pass">Y</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td><td class="fail">N</td>
<td>The <a href="https://www.w3.org/TR/presentation-api/">Presentation API</a> is in CR, so further interoperability is expected, and a warning added to the HTML spec in the meantime</td>
</tr>
</table>


</main>
</body>
</html>

0 comments on commit a0f717c

Please sign in to comment.