Skip to content

Commit

Permalink
Switch A/B order in content-descriptor sub-type definition (#260)
Browse files Browse the repository at this point in the history
Makes it match the table
  • Loading branch information
nigelmegitt authored Oct 9, 2024
1 parent 7d7a9a9 commit ac4efbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -910,9 +910,9 @@ <h5><code>&lt;content-descriptor&gt;</code> values</h5>
</div>
<p><code>&lt;<a>content-descriptor</a>&gt;</code> has values that are delimiter separated ordered lists
of tokens.</p>
<p>A <code>&lt;<a>content-descriptor</a>&gt;</code> value <em>A</em> is a <dfn data-abbr="sub-type">content descriptor sub-type</dfn>
of another <code>&lt;content-descriptor&gt;</code> value <em>B</em> if B's ordered list of <a>descriptor-tokens</a> is
present at the beginning of A's ordered list of <a>descriptor-tokens</a>.
<p>A <code>&lt;<a>content-descriptor</a>&gt;</code> value <em>B</em> is a <dfn data-abbr="sub-type">content descriptor sub-type</dfn>
of another <code>&lt;content-descriptor&gt;</code> value <em>A</em> if A's ordered list of <a>descriptor-tokens</a> is
present at the beginning of B's ordered list of <a>descriptor-tokens</a>.
</p>
<aside class="example">
<table class="data">
Expand Down

0 comments on commit ac4efbb

Please sign in to comment.