Skip to content

Commit

Permalink
path -> path-abempty. Closes w3c#89.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewest committed Sep 2, 2016
1 parent 84fdbd2 commit 039136f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2029,8 +2029,8 @@ <h4 class="heading settled" data-level="2.2.1" id="framework-directive-source-li
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-host-part">host-part</dfn> = "*" / [ "*." ] 1*<a data-link-type="grammar" href="#grammardef-host-char" id="ref-for-grammardef-host-char-1">host-char</a> *( "." 1*<a data-link-type="grammar" href="#grammardef-host-char" id="ref-for-grammardef-host-char-2">host-char</a> )
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-host-char">host-char</dfn> = <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc5234#appendix-B.1">ALPHA</a> / <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc5234#appendix-B.1">DIGIT</a> / "-"
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-port-part">port-part</dfn> = ":" ( 1*<a data-link-type="grammar" href="https://tools.ietf.org/html/rfc5234#appendix-B.1">DIGIT</a> / "*" )
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-path-part">path-part</dfn> = <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc3986#section-3.3">path</a>
; <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc3986#section-3.3">path</a> is defined in section 3.3 of RFC 3986.
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-path-part">path-part</dfn> = <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc3986#section-3.3">path-abempty</a>
; <a data-link-type="grammar" href="https://tools.ietf.org/html/rfc3986#section-3.3">path-abempty</a> is defined in section 3.3 of RFC 3986.

; Keywords:
<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-keyword-source">keyword-source</dfn> = "<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-self">'self'</dfn>" / "<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-unsafe-inline">'unsafe-inline'</dfn>" / "<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-unsafe-eval">'unsafe-eval'</dfn>" / "<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-strict-dynamic">'strict-dynamic'</dfn>" / "<dfn class="dfn-paneled" data-dfn-type="grammar" data-export="" id="grammardef-unsafe-hashed-attributes">'unsafe-hashed-attributes'</dfn>"
Expand Down Expand Up @@ -5022,7 +5022,7 @@ <h3 class="no-num no-ref heading settled" id="index-defined-elsewhere"><span cla
<a data-link-type="biblio">[RFC3986]</a> defines the following terms:
<ul>
<li><a href="https://tools.ietf.org/html/rfc3986#section-3.2.2">ipv4address</a>
<li><a href="https://tools.ietf.org/html/rfc3986#section-3.3">path</a>
<li><a href="https://tools.ietf.org/html/rfc3986#section-3.3">path-abempty</a>
<li><a href="https://tools.ietf.org/html/rfc3986#section-3.1">scheme</a>
<li><a href="https://tools.ietf.org/html/rfc3986#section-4.1">uri-reference</a>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1>Content Security Policy Level 3</h1>
text: subtype; url: section-5.1
spec: RFC3986; urlPrefix: https://tools.ietf.org/html/rfc3986
type: grammar
text: path; url: section-3.3
text: path-abempty; url: section-3.3
text: scheme; url: section-3.1
text: IPv4address; url: section-3.2.2
text: uri-reference; url: section-4.1
Expand Down Expand Up @@ -550,8 +550,8 @@ <h4 id="framework-directive-source-list">Source Lists</h4>
<dfn>host-part</dfn> = "*" / [ "*." ] 1*<a>host-char</a> *( "." 1*<a>host-char</a> )
<dfn>host-char</dfn> = <a>ALPHA</a> / <a>DIGIT</a> / "-"
<dfn>port-part</dfn> = ":" ( 1*<a>DIGIT</a> / "*" )
<dfn>path-part</dfn> = <a>path</a>
; <a>path</a> is defined in section 3.3 of RFC 3986.
<dfn>path-part</dfn> = <a>path-abempty</a>
; <a>path-abempty</a> is defined in section 3.3 of RFC 3986.

; Keywords:
<dfn>keyword-source</dfn> = "<dfn>'self'</dfn>" / "<dfn>'unsafe-inline'</dfn>" / "<dfn>'unsafe-eval'</dfn>" / "<dfn>'strict-dynamic'</dfn>" / "<dfn>'unsafe-hashed-attributes'</dfn>"
Expand Down

0 comments on commit 039136f

Please sign in to comment.