/[suikacvs]/markup/html/dtd/html30-00-attribs.mod
Suika

Contents of /markup/html/dtd/html30-00-attribs.mod

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Oct 23 23:49:27 2003 UTC (22 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
New

1 <?xml version="1.0" encoding="iso-2022-jp"?>
2 <!-- Hypertext Markup Language 3.0 (draft 00) : Common attributes module
3
4 Copyright 2003 Wakaba <[email protected]>.
5 Revision: $Date: 2003/09/17 23:57:40 $
6
7 SYSTEM "http://suika.fam.cx/gate/cvs/*checkout*/markup/html/dtd/html30-00-attribs.mod"
8 -->
9
10 <!ENTITY % html30-00.common.extra.attrib "">
11
12 <!ENTITY % html30-00.common.attrib
13 "xml:base %URI.datatype; #IMPLIED
14 xml:lang %LanguageCode.datatype; #IMPLIED
15 xml:space (default|preserve) #IMPLIED">
16
17 <!ENTITY % html30-00.class.attrib
18 "class %html30-00.classes.datatype; #IMPLIED">
19
20 <!ENTITY % html30-00.id.attrib
21 "id ID #IMPLIED">
22
23 <!ENTITY % html30-00.lang.default '"en.us"'>
24 <!ENTITY % html30-00.lang.attrib
25 "lang %html30-00.LanguageCode.datatype; %html30-00.lang.default;">
26
27 <!ENTITY % html30-00.src.attrib
28 "src %URI.datatype; #IMPLIED">
29
30 <!ENTITY % html30-00.attrs.attrib
31 "%html30-00.id.attrib;
32 %html30-00.lang.attrib;
33 %html30-00.class.attrib;">
34
35 <!-- %needs : Attributes for controlling text flow -->
36 <!ENTITY % html30-00.needs.attrib
37 "clear %html30-00.clear.datatype; #IMPLIED">
38
39 <!-- %url.link : Attributes associated with URL based links -->
40 <!ENTITY % html30-00.url.link.attrib
41 "md %html30-00.md5.datatype; #IMPLIED">
42
43 <!-- end of html30-00-attribs.mod -->

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24