Short URL: http://html5.org/r/2363
Index: source =================================================================== --- source (revision 2362) +++ source (revision 2363) @@ -56985,14 +56985,15 @@ purposes of the algorithm above) consists of replacing any occurrences of the "<code title="">&</code>" character by the string "<code title="">&amp;</code>", any occurrences of the - "<code title=""><</code>" character by the string "<code + U+00A0 NO-BREAK SPACE character by the string "<code + title="">&nbsp;</code>", and, if the algorithm was invoked in + the <i>attribute mode</i>, any occurrences of the "<code + title="">"</code>" character by the string "<code + title="">&quot;</code>", or if it was not, any occurrences of + the "<code title=""><</code>" character by the string "<code title="">&lt;</code>", any occurrences of the "<code title="">></code>" character by the string "<code - title="">&gt;</code>", any occurrences of the U+00A0 NO-BREAK - SPACE character by the string "<code title="">&nbsp;</code>", - and, if the algorithm was invoked in the <i>attribute mode</i>, any - occurrences of the "<code title="">"</code>" character by the - string "<code title="">&quot;</code>".</p> + title="">&gt;</code>".</p> <p class="note">Entity reference nodes are <a href="#entity-references">assumed to be expanded</a> by the user