@@ -588,7 +588,7 @@ <h4 id=data-state><span class=secno>3.4.3. </span> <dfn id=data-state0>Data
588588
589589 < dd > Switch to the < a href ="#hash-state0 "> < i > hash state</ i > </ a > .
590590
591- < dt > U+0027 APOSTROPHE (‘ < code class = css > ) </ code >
591+ < dt > U+0027 APOSTROPHE (')
592592
593593 < dd > Switch to the < a
594594 href ="#single-quote-string-state0 "> < i > single-quote-string state</ i > </ a > .
@@ -714,7 +714,7 @@ <h4 id=data-state><span class=secno>3.4.3. </span> <dfn id=data-state0>Data
714714 title ="next input character "> next 2 input character</ i > </ a > are U+002B
715715 PLUS SIGN (+) followed by a < a href ="#hex-digit "> < i > hex digit</ i > </ a > ,
716716 consume the < a href ="#next-input-character "> < i > next input
717- character</ i > </ a > . < span class =note > Note: don’ t consume both of
717+ character</ i > </ a > . < span class =note > Note: don' t consume both of
718718 them.</ span > Switch to the < a
719719 href ="#unicode-range-state0 "> < i > unicode-range state</ i > </ a > .
720720 < p > Otherwise, if the < a href ="#next-input-character "> < i
@@ -802,7 +802,7 @@ <h4 id=single-quote-string-state><span class=secno>3.4.5. </span> <dfn
802802 character</ i > </ a > .
803803
804804 < dl >
805- < dt > U+0027 APOSTROPHE (‘ < code class = css > ) </ code >
805+ < dt > U+0027 APOSTROPHE (')
806806
807807 < dd > Emit the string token. Return to the < a href ="#data-state0 "> < i > data
808808 state</ i > </ a > .
@@ -822,7 +822,7 @@ <h4 id=single-quote-string-state><span class=secno>3.4.5. </span> <dfn
822822
823823 < dd > If the < a href ="#next-input-character "> < i > next input
824824 character</ i > </ a > is an EOF, this is a < i > parse error</ i > . Append a
825- U+005C REVERSE SOLIDUS (\) to the string token’ s value and emit the
825+ U+005C REVERSE SOLIDUS (\) to the string token' s value and emit the
826826 string token, then switch to the < a href ="#data-state0 "> < i > data
827827 state</ i > </ a > .
828828 < p > Otherwise, if the < a href ="#next-input-character "> < i > next input
@@ -1520,7 +1520,7 @@ <h4 id=url-state><span class=secno>3.4.19. </span> <dfn id=url-state0>URL
15201520 < dd > Switch to the < a href ="#url-double-quote-state0 "> < i > url-double-quote
15211521 state</ i > </ a > .
15221522
1523- < dt > U+0027 APOSTROPHE (‘ < code class = css > ) </ code >
1523+ < dt > U+0027 APOSTROPHE (')
15241524
15251525 < dd > Switch to the < a href ="#url-single-quote-state0 "> < i > url-single-quote
15261526 state</ i > </ a > .
@@ -1573,7 +1573,7 @@ <h4 id=url-double-quote-state><span class=secno>3.4.20. </span> <dfn
15731573
15741574 < p > Otherwise, < a href ="#consume-an-escaped-character0 "> < i > consume an
15751575 escaped character</ i > </ a > . Append the returned character to the url
1576- token’ s value. Remain in this state.
1576+ token' s value. Remain in this state.
15771577
15781578 < dt > anything else
15791579
@@ -1591,7 +1591,7 @@ <h4 id=url-single-quote-state><span class=secno>3.4.21. </span> <dfn
15911591 character</ i > </ a > .
15921592
15931593 < dl >
1594- < dt > U+0027 QUOTATION MARK (‘ < code class = css > ) </ code >
1594+ < dt > U+0027 APOSTROPHE (')
15951595
15961596 < dd > Switch to the < a href ="#url-end-state0 "> < i > url-end state</ i > </ a > .
15971597
@@ -1613,7 +1613,7 @@ <h4 id=url-single-quote-state><span class=secno>3.4.21. </span> <dfn
16131613
16141614 < p > Otherwise, < a href ="#consume-an-escaped-character0 "> < i > consume an
16151615 escaped character</ i > </ a > . Append the returned character to the url
1616- token’ s value. Remain in this state.
1616+ token' s value. Remain in this state.
16171617
16181618 < dt > anything else
16191619
@@ -1665,7 +1665,7 @@ <h4 id=url-unquoted-state><span class=secno>3.4.23. </span> <dfn
16651665
16661666 < dt > U+0022 QUOTATION MARK (")
16671667
1668- < dt > U+0027 APOSTROPHE (‘ < code class = css > ) </ code >
1668+ < dt > U+0027 APOSTROPHE (')
16691669
16701670 < dt > U+0028 LEFT PARENTHESIS (()
16711671
@@ -1683,7 +1683,7 @@ <h4 id=url-unquoted-state><span class=secno>3.4.23. </span> <dfn
16831683 href ="#data-state0 "> < i > data state</ i > </ a > .
16841684 < p > Otherwise, < a href ="#consume-an-escaped-character0 "> < i > consume an
16851685 escaped character</ i > </ a > . Append the returned character to the url
1686- token’ s value. Remain in this state.
1686+ token' s value. Remain in this state.
16871687
16881688 < dt > anything else
16891689
0 commit comments