-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml-spec.sgm
More file actions
executable file
·113 lines (82 loc) · 3.35 KB
/
html-spec.sgm
File metadata and controls
executable file
·113 lines (82 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!doctype spaper public "-//Houston//DTD snafu5//EN" [
<!-- $Id$ -->
<!entity % u.phrases "file|dns|tag|attr|uri|mbox">
<!entity status SYSTEM "draft-status.sgm">
<!entity stat "Internet Draft">
<!entity date "September 22, 1995">
<!entity filename CDATA "<draft-ietf-html-spec-06.txt>">
<!entity intro system "intro.sgm">
<!entity sgml-app system "html-sgml.sgm">
<!entity html-mime system "html-mime.sgm">
<!entity elements system "elements.sgm">
<!entity head-elts system "head-elts.sgm">
<!entity doc-charset system "doc-charset.sgm">
<!entity phrase system "phrase.sgm">
<!entity hyperlink system "hyperlink.sgm">
<!entity blocks system "blocks.sgm">
<!entity headings system "headings.sgm">
<!entity lists system "lists.sgm">
<!entity forms system "forms.sgm">
<!entity pubtext system "pubtext.sgm">
<!entity catalog system "catalog" NDATA ASCII>
<!entity html-decl system "html.decl" NDATA ASCII>
<!entity html-dtd system "html.dtd" NDATA ASCII>
<!entity html-dtd-1 system "html-1.dtd" NDATA ASCII>
<!entity html-dtd-s system "html-s.dtd" NDATA ASCII>
<!entity html-dtd-1s system "html-1s.dtd" NDATA ASCII>
<!entity isolat1-dtd system "ISOlat1.sgml" NDATA ASCII>
<!entity entity-sets system "entity-sets.sgm">
<!entity iso-latin-1 system "iso-latin-1.sgm">
<!entity glossary system "glossary.sgm">
<!entity bib system "references.sgm">
<!entity acks system "acknowledgements.sgm">
<!entity proposed system "proposed.sgm">
]>
<spaper>
<title>Hypertext Markup Language - 2.0
<author><name address=w3c>T. Berners-Lee
<address id=w3c><org>MIT/W3C</>
<name address=w3c>D. Connolly
<date>&date;
<docnum>&filename;</>
&status;
<Abstract>
The Hypertext Markup Language (HTML) is a simple markup language used
to create hypertext documents that are platform independent. HTML
documents are SGML documents with generic semantics that are
appropriate for representing information from a wide range of
domains. HTML markup can represent hypertext news, mail,
documentation, and hypermedia; menus of options; database query
results; simple structured documents with in-lined graphics; and
hypertext views of existing bodies of information.
HTML has been in use by the World Wide Web (WWW) global information
initiative since 1990. This specification roughly corresponds to the
capabilities of HTML in common use prior to June 1994. HTML is an
application of ISO Standard 8879:1986 Information Processing Text and
Office Systems; Standard Generalized Markup Language (SGML).
The <code>text/html</> Internet Media Type (RFC 1590)
and MIME Content Type (RFC 1521) is defined by this specification.
<toc>
&intro;
&glossary;
&sgml-app;
&html-mime;
&elements;
&pubtext;
&entity-sets;
<h1 id=security>Security Considerations
Anchors, embedded images, and all other elements which contain URIs as
parameters may cause the URI to be dereferenced in response to user
input. In this case, the security considerations of [URL] apply.
The widely deployed methods for submitting forms requests — HTTP and
SMTP — provide little assurance of confidentiality. Information
providers who request sensitive information via forms — especially by
way of the <code/PASSWORD/ type input field (see <hdref refid=input>)
— should be aware and make their users aware of the lack of
confidentiality.
&bib;
&acks;
<appendix>
&iso-latin-1;
&proposed;
</spaper>