Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 19 additions & 9 deletions html53/implementation-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,24 @@ <h2>Added</h2>

<tr>
<th><a href="https://github.com/w3c/html/pull/1142">Added <code>focusin</code> and <code>focusout</code> events</a></th>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="pass">Pass</td>
<td class="fail">Fail</td>
<td class="pass">Pass</td>
<td class="fail">Fail</td>
<td class="pass">Pass</td>
<td>Patricia</td>
</tr>

<tr>
<th><a href="https://github.com/w3c/html/pull/1331">Update dialog focusing algorithm to focus the dialog if no <code>autofocus</code> element
<td class="fail">Fail</td>
<td class="fail">Fail**</td>
<td class="pass">Pass*</td>
<td class="fail">Fail**</td>
<td class="notTested">?</td>
<td>Patricia: *Dialog Element is only supported in Firefox after enabling it in about:config (dom.dialog_element.enabled) **No Dialog Element</td>
</tr>

<tr>
<th><a href="https://github.com/w3c/html/pull/1186">Added missing <code>rel</code> definitions</a></th>
<td class="notTested">?</td>
Expand Down Expand Up @@ -343,10 +353,10 @@ <h2>Other</h2>
<tbody>
<tr>
<th><a href="https://github.com/w3c/html/pull/1332">Clarified that the doctype is ignored for <code>srcdoc</code></th>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="notTested">?</td>
<td class="pass">Pass</td>
<td class="fail">Fail</td>
<td class="pass">Pass</td>
<td class="fail">Fail</td>
<td class="notTested">?</td>
<td>Patricia</td>
</tr>
Expand Down