Skip to content

Commit f793718

Browse files
committed
Merge pull request #480 from michaelficarra/patch-3
remove unnecessary "a" in CSP 4.2.2 step 2
2 parents 9af0a18 + 73b26b3 commit f793718

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

specs/CSP2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ <h4 class="heading settled" data-level="4.2.2" id="match-source-expression"><spa
767767
a <var>protected resource</var> if the following algorithm returns <em>does match</em>:</p>
768768
<ol>
769769
<li> Let <var>url</var> be the result of processing the URL through the <a data-link-type="dfn" href="http://www.w3.org/TR/url/#concept-url-parser">URL parser</a>.
770-
<li> If the source expression a consists of a single U+002A ASTERISK
770+
<li> If the source expression consists of a single U+002A ASTERISK
771771
character (<code>*</code>), and <var>url</var>’s <a data-link-type="dfn" href="http://www.w3.org/TR/url/#concept-url-scheme">scheme</a> is not
772772
one of <code>blob</code>, <code>data</code>, <code>filesystem</code>,
773773
then return <em>does match</em>.
@@ -2635,4 +2635,4 @@ <h2 class="no-num heading settled" id="idl-index"><span class="content">IDL Inde
26352635

26362636
</pre>
26372637
</body>
2638-
</html>
2638+
</html>

specs/CSP2/index.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ <h4 id="match-source-expression">Matching Source Expressions</h4>
10531053
</li>
10541054

10551055
<li>
1056-
If the source expression a consists of a single U+002A ASTERISK
1056+
If the source expression consists of a single U+002A ASTERISK
10571057
character (<code>*</code>), and <var>url</var>'s <a>scheme</a> is not
10581058
one of <code>blob</code>, <code>data</code>, <code>filesystem</code>,
10591059
then return <em>does match</em>.

0 commit comments

Comments
 (0)