| 41 |
<!ENTITY % HTML.Deprecated "INCLUDE" |
<!ENTITY % HTML.Deprecated "INCLUDE" |
| 42 |
-- Certain features of the language are necessary for |
-- Certain features of the language are necessary for |
| 43 |
compatibility with earlier versions of the specification, |
compatibility with earlier versions of the specification, |
| 44 |
but they tend to be used an implemented inconsistently, |
but they tend to be used and implemented inconsistently, |
| 45 |
and their use is deprecated. This feature test entity |
and their use is deprecated. This feature test entity |
| 46 |
enables a document type definition that eliminates |
enables a document type definition that eliminates |
| 47 |
these features. |
these features. |
| 145 |
<!-- <I> Italic text --> |
<!-- <I> Italic text --> |
| 146 |
|
|
| 147 |
<!-- <EM> Emphasized phrase --> |
<!-- <EM> Emphasized phrase --> |
| 148 |
<!-- <STRONG> Strong emphais --> |
<!-- <STRONG> Strong emphasis --> |
| 149 |
<!-- <CODE> Source code phrase --> |
<!-- <CODE> Source code phrase --> |
| 150 |
<!-- <SAMP> Sample text or characters --> |
<!-- <SAMP> Sample text or characters --> |
| 151 |
<!-- <KBD> Keyboard phrase, e.g. user input --> |
<!-- <KBD> Keyboard phrase, e.g. user input --> |
| 152 |
<!-- <VAR> Variable phrase or substituable --> |
<!-- <VAR> Variable phrase or substitutable --> |
| 153 |
<!-- <CITE> Name or title of cited work --> |
<!-- <CITE> Name or title of cited work --> |
| 154 |
|
|
| 155 |
<!ENTITY % pre.content "#PCDATA | A | HR | BR | %font | %phrase"> |
<!ENTITY % pre.content "#PCDATA | A | HR | BR | %font | %phrase"> |
| 529 |
|
|
| 530 |
<!-- <HEAD> Document head --> |
<!-- <HEAD> Document head --> |
| 531 |
|
|
| 532 |
<!ELEMENT TITLE - - (#PCDATA)*> |
<!ELEMENT TITLE - - (#PCDATA)* -(META|LINK)> |
| 533 |
<!ATTLIST TITLE |
<!ATTLIST TITLE |
| 534 |
%SDAFORM; "Ti" > |
%SDAFORM; "Ti" > |
| 535 |
|
|
| 576 |
NAME NAME #IMPLIED |
NAME NAME #IMPLIED |
| 577 |
CONTENT CDATA #REQUIRED > |
CONTENT CDATA #REQUIRED > |
| 578 |
|
|
| 579 |
<!-- <META> Generic Metainformation --> |
<!-- <META> Generic Meta-information --> |
| 580 |
<!-- <META HTTP-EQUIV=...> HTTP response header name --> |
<!-- <META HTTP-EQUIV=...> HTTP response header name --> |
| 581 |
<!-- <META NAME=...> Metainformation name --> |
<!-- <META NAME=...> Meta-information name --> |
| 582 |
<!-- <META CONTENT="..."> Associated information --> |
<!-- <META CONTENT="..."> Associated information --> |
| 583 |
|
|
| 584 |
<!--======= Document Structure =================--> |
<!--======= Document Structure =================--> |