Parent Directory
|
Revision Log
* no more A4 paper: html-spec.style * don't build .txt at all (don't clobber JEnglish's version!) * remove vestigates of "version=" parameter * remove list of WG members from acknowledgements * remove <tag// markup from section titles, as it messes up xrefs * a few typos * "selected" latin 1 characters * fix <!doctypes> in examples * reword forms intro paragraph to mention form field defaults * indent list of TYPE values * give list of TEXTAREA attributes * flush out LINK element description * add error handling info for numeric character references * fix & markup delimiter description * @@ temporarily removed obsolete/proposed stuff. Need to revise it. * updated comments in DTD,decl; info.cern.ch -> www.w3.org * @@ began revising hyperlink discussion. Needs more work. * put CR (13) in ISO latin 1 coded character set. * revised IMG ALT verbage * added reference to dexter model of hypertext
| 1 | connolly | 1.24 | <!-- html.dtd |
| 2 | connolly | 1.7 | |
| 3 | connolly | 1.23 | Document Type Definition for the HyperText Markup Language |
| 4 | (HTML DTD) | ||
| 5 | connolly | 1.5 | |
| 6 | connolly | 1.26 | $Id: html.dtd,v 1.25 1995/03/29 18:53:13 connolly Exp $ |
| 7 | connolly | 1.11 | |
| 8 | connolly | 1.25 | Author: Daniel W. Connolly <[email protected]> |
| 9 | connolly | 1.26 | See Also: html.decl, html-1.dtd |
| 10 | http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html | ||
| 11 | connolly | 1.2 | --> |
| 12 | |||
| 13 | connolly | 1.18 | <!ENTITY % HTML.Version |
| 14 | connolly | 1.24 | "-//IETF//DTD HTML 2.0//EN" |
| 15 | connolly | 1.13 | |
| 16 | -- Typical usage: | ||
| 17 | |||
| 18 | connolly | 1.19 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 19 | connolly | 1.24 | <html> |
| 20 | ... | ||
| 21 | </html> | ||
| 22 | -- | ||
| 23 | > | ||
| 24 | connolly | 1.13 | |
| 25 | |||
| 26 | connolly | 1.23 | <!--============ Feature Test Entities ========================--> |
| 27 | connolly | 1.8 | |
| 28 | connolly | 1.19 | <!ENTITY % HTML.Recommended "IGNORE" |
| 29 | connolly | 1.23 | -- Certain features of the language are necessary for |
| 30 | compatibility with widespread usage, but they may | ||
| 31 | compromise the structural integrity of a document. | ||
| 32 | This feature test entity enables a more prescriptive | ||
| 33 | document type definition that eliminates | ||
| 34 | connolly | 1.21 | those features. |
| 35 | connolly | 1.19 | --> |
| 36 | |||
| 37 | <![ %HTML.Recommended [ | ||
| 38 | connolly | 1.24 | <!ENTITY % HTML.Deprecated "IGNORE"> |
| 39 | connolly | 1.19 | ]]> |
| 40 | |||
| 41 | <!ENTITY % HTML.Deprecated "INCLUDE" | ||
| 42 | connolly | 1.23 | -- Certain features of the language are necessary for |
| 43 | compatibility with earlier versions of the specification, | ||
| 44 | but they tend to be used an implemented inconsistently, | ||
| 45 | and their use is deprecated. This feature test entity | ||
| 46 | enables a document type definition that eliminates | ||