Skip to content

Commit 64ed5b7

Browse files
committed
POWER: Fixing some double escaping.
1 parent 66984c6 commit 64ed5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/powerfulfeatures/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h3 class="heading settled" data-level="3.1" id="settings-object"><span class="s
580580
<p class="note" role="note">Note: We use the origin of the URL here in order to allow sandboxed
581581
context to remain secure (as sandboxing is a strict reduction in the
582582
context’s capabilities, and therefore risk). This covers scenarios
583-
such as <code>&amp;lt;iframe sandbox src="http://localhost/"&amp;gt;</code>.</p>
583+
such as <code>&lt;iframe sandbox src="http://localhost/"></code>.</p>
584584
<li data-md="">
585585
<p>If the result of executing the <a href="#is-origin-trustworthy">§3.2 Is origin potentially trustworthy?</a> algorithm
586586
on <var>origin</var> is <strong>not</strong> <code>Potentially Trustworthy</code>, then return "<code>Not Secure</code>".</p>

specs/powerfulfeatures/index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ <h3 id="settings-object">
545545
Note: We use the origin of the URL here in order to allow sandboxed
546546
context to remain secure (as sandboxing is a strict reduction in the
547547
context's capabilities, and therefore risk). This covers scenarios
548-
such as `&lt;iframe sandbox src="http://localhost/"&gt;`.
548+
such as `<iframe sandbox src="http://localhost/">`.
549549

550550
4. If the result of executing the [[#is-origin-trustworthy]] algorithm
551551
on <var>origin</var> is <strong>not</strong> `Potentially

0 commit comments

Comments
 (0)