Content deleted Content added
m →Illegal characters: 55296 ~ 57343 are also disallowed by the SGML declaration. 0012 is disallowed but is still mentioned as being white space. |
m →Illegal characters: wikilink fix |
||
Line 16:
These characters are ''not even allowed by reference''. That is, you are not even allowed to write them as [[numeric character reference]]s. However, references to characters 0128–0159 are commonly interpreted by lenient web browsers as if they were references to the characters assigned to ''bytes'' 128–159 (decimal) in the [[ISO 8859-1|Windows-1252]] character encoding. This is in violation of HTML and SGML standards, and the characters are already assigned to higher code points, so HTML document authors should always use the higher code points. For example, for the trademark sign (™), use <code>&#8482;</code>, not <code>&#153;</code>.
The characters 0009 (tab), 0010 (linefeed), and 0013 (carriage return) are allowed in HTML documents, but, along with 0032 (space) are all considered "[[
==See also==
|