Skip to content

Commit 0ff1c76

Browse files
committed
Port over "all other scenarios" to other cases
1 parent 946631f commit 0ff1c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ When writing fails, the following possible reasons may be surfaced to the web de
11341134
<tr>
11351135
<td>"{{UnknownError}}"
11361136
<td>
1137-
<p>All other scenarios, including if the user agent believes it is necessary to fail to meet the requirements given in [[#privacy]] or [[#security]]. Or, if the user agent would prefer not to disclose the failure reason.
1137+
<p>All other scenarios, including if the user agent believes it cannot write and also meet the requirements given in [[#privacy]] or [[#security]]. Or, if the user agent would prefer not to disclose the failure reason.
11381138
</table>
11391139

11401140
<p class="note">This table does not give the complete list of exceptions that can be surfaced by the writer API. It only contains those which can come from certain [=implementation-defined=] steps.
@@ -1649,7 +1649,7 @@ When rewriting fails, the following possible reasons may be surfaced to the web
16491649
<tr>
16501650
<td>"{{UnknownError}}"
16511651
<td>
1652-
<p>All other scenarios, including if the user agent believes it is necessary to fail to meet the requirements given in [[#privacy]] or [[#security]]. Or, if the user agent would prefer not to disclose the failure reason.
1652+
<p>All other scenarios, including if the user agent believes it cannot rewrite and also meet the requirements given in [[#privacy]] or [[#security]]. Or, if the user agent would prefer not to disclose the failure reason.
16531653
</table>
16541654

16551655
<p class="note">This table does not give the complete list of exceptions that can be surfaced by the rewriter API. It only contains those which can come from certain [=implementation-defined=] steps.

0 commit comments

Comments
 (0)