-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
93 changed files
with
3,694 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,142 @@ | ||
<!-- ...................................................................... --> | ||
<!-- XHTML Common Attributes Module ...................................... --> | ||
<!-- file: xhtml-attribs-1.mod | ||
This is XHTML, a reformulation of HTML as a modular XML application. | ||
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. | ||
Revision: $Id: xhtml-attribs-1.mod,v 1.1 2018/03/20 04:25:01 plehegar Exp $ SMI | ||
This DTD module is identified by the PUBLIC and SYSTEM identifiers: | ||
PUBLIC "-//W3C//ENTITIES XHTML Common Attributes 1.0//EN" | ||
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-attribs-1.mod" | ||
Revisions: | ||
(none) | ||
....................................................................... --> | ||
|
||
<!-- Common Attributes | ||
This module declares many of the common attributes for the XHTML DTD. | ||
%NS.decl.attrib; is declared in the XHTML Qname module. | ||
Note that this file was extended in XHTML Modularization 1.1 to | ||
include declarations of "global" versions of the attribute collections. | ||
The global versions of the attributes are for use on elements in other | ||
namespaces. The global version of "common" includes the xmlns declaration | ||
for the prefixed version of the xhtml namespace. If you are only using a | ||
specific attribute or an individual attribute collection, you must also | ||
include the XHTML.xmlns.attrib.prefixed PE on your elements. | ||
--> | ||
|
||
<!ENTITY % id.attrib | ||
"id ID #IMPLIED" | ||
> | ||
|
||
<![%XHTML.global.attrs.prefixed;[ | ||
<!ENTITY % XHTML.global.id.attrib | ||
"%XHTML.prefix;:id ID #IMPLIED" | ||
> | ||
]]> | ||
|
||
<!ENTITY % class.attrib | ||
"class CDATA #IMPLIED" | ||
> | ||
|
||
<![%XHTML.global.attrs.prefixed;[ | ||
<!ENTITY % XHTML.global.class.attrib | ||
"%XHTML.prefix;:class CDATA #IMPLIED" | ||
> | ||
]]> | ||
|
||
<!ENTITY % title.attrib | ||
"title %Text.datatype; #IMPLIED" | ||
> | ||
|
||
<![%XHTML.global.attrs.prefixed;[ | ||
<!ENTITY % XHTML.global.title.attrib | ||
"%XHTML.prefix;:title %Text.datatype; #IMPLIED" | ||
> | ||
]]> | ||
|
||
<!ENTITY % Core.extra.attrib "" > | ||
|
||
<!ENTITY % Core.attrib | ||
"%XHTML.xmlns.attrib; | ||
%id.attrib; | ||
%class.attrib; | ||
%title.attrib; | ||
xml:space ( preserve ) #FIXED 'preserve' | ||
%Core.extra.attrib;" | ||
> | ||
|
||
<!ENTITY % XHTML.global.core.extra.attrib "" > | ||
|
||
<![%XHTML.global.attrs.prefixed;[ | ||
|
||
<!ENTITY % XHTML.global.core.attrib | ||
"%XHTML.global.id.attrib; | ||
%XHTML.global.class.attrib; | ||
%XHTML.global.title.attrib; | ||
%XHTML.global.core.extra.attrib;" | ||
> | ||
]]> | ||
|
||
<!ENTITY % XHTML.global.core.attrib "" > | ||
|
||
|
||
<!ENTITY % lang.attrib | ||
"xml:lang %LanguageCode.datatype; #IMPLIED" | ||
> | ||
|
||
<![%XHTML.bidi;[ | ||
<!ENTITY % dir.attrib | ||
"dir ( ltr | rtl ) #IMPLIED" | ||
> | ||
|
||
<!ENTITY % I18n.attrib | ||
"%dir.attrib; | ||
%lang.attrib;" | ||
> | ||
|
||
<![%XHTML.global.attrs.prefixed;[ | ||
<!ENTITY XHTML.global.i18n.attrib | ||
"%XHTML.prefix;:dir ( ltr | rtl ) #IMPLIED | ||
%lang.attrib;" | ||
> | ||
]]> | ||
<!ENTITY XHTML.global.i18n.attrib "" > | ||
|
||
]]> | ||
<!ENTITY % I18n.attrib | ||
"%lang.attrib;" | ||
> | ||
<!ENTITY % XHTML.global.i18n.attrib | ||
"%lang.attrib;" | ||
> | ||
|
||
<!ENTITY % Common.extra.attrib "" > | ||
<!ENTITY % XHTML.global.common.extra.attrib "" > | ||
|
||
<!-- intrinsic event attributes declared previously | ||
--> | ||
<!ENTITY % Events.attrib "" > | ||
|
||
<!ENTITY % XHTML.global.events.attrib "" > | ||
|
||
<!ENTITY % Common.attrib | ||
"%Core.attrib; | ||
%I18n.attrib; | ||
%Events.attrib; | ||
%Common.extra.attrib;" | ||
> | ||
|
||
<!ENTITY % XHTML.global.common.attrib | ||
"%XHTML.xmlns.attrib.prefixed; | ||
%XHTML.global.core.attrib; | ||
%XHTML.global.i18n.attrib; | ||
%XHTML.global.events.attrib; | ||
%XHTML.global.common.extra.attrib;" | ||
> | ||
|
||
<!-- end of xhtml-attribs-1.mod --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!-- ...................................................................... --> | ||
<!-- XHTML Base Element Module ........................................... --> | ||
<!-- file: xhtml-base-1.mod | ||
This is XHTML, a reformulation of HTML as a modular XML application. | ||
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. | ||
Revision: $Id: xhtml-base-1.mod,v 1.1 2018/03/20 04:25:01 plehegar Exp $ SMI | ||
This DTD module is identified by the PUBLIC and SYSTEM identifiers: | ||
PUBLIC "-//W3C//ELEMENTS XHTML Base Element 1.0//EN" | ||
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-base-1.mod" | ||
Revisions: | ||
(none) | ||
....................................................................... --> | ||
|
||
<!-- Base element | ||
base | ||
This module declares the base element type and its attributes, | ||
used to define a base URI against which relative URIs in the | ||
document will be resolved. | ||
Note that this module also redeclares the content model for | ||
the head element to include the base element. | ||
--> | ||
|
||
<!-- base: Document Base URI ........................... --> | ||
|
||
<!ENTITY % base.element "INCLUDE" > | ||
<![%base.element;[ | ||
<!ENTITY % base.content "EMPTY" > | ||
<!ENTITY % base.qname "base" > | ||
<!ELEMENT %base.qname; %base.content; > | ||
<!-- end of base.element -->]]> | ||
|
||
<!ENTITY % base.attlist "INCLUDE" > | ||
<![%base.attlist;[ | ||
<!ATTLIST %base.qname; | ||
%XHTML.xmlns.attrib; | ||
href %URI.datatype; #REQUIRED | ||
> | ||
<!-- end of base.attlist -->]]> | ||
|
||
<!ENTITY % head.content | ||
"( %HeadOpts.mix;, | ||
( ( %title.qname;, %HeadOpts.mix;, ( %base.qname;, %HeadOpts.mix; )? ) | ||
| ( %base.qname;, %HeadOpts.mix;, ( %title.qname;, %HeadOpts.mix; ))))" | ||
> | ||
|
||
<!-- end of xhtml-base-1.mod --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- ...................................................................... --> | ||
<!-- XHTML BDO Element Module ............................................. --> | ||
<!-- file: xhtml-bdo-1.mod | ||
This is XHTML, a reformulation of HTML as a modular XML application. | ||
Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved. | ||
Revision: $Id: xhtml-bdo-1.mod,v 1.1 2018/03/20 04:25:01 plehegar Exp $ SMI | ||
This DTD module is identified by the PUBLIC and SYSTEM identifiers: | ||
PUBLIC "-//W3C//ELEMENTS XHTML BDO Element 1.0//EN" | ||
SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-bdo-1.mod" | ||
Revisions: | ||
(none) | ||
....................................................................... --> | ||
|
||
<!-- Bidirectional Override (bdo) Element | ||
This modules declares the element 'bdo', used to override the | ||
Unicode bidirectional algorithm for selected fragments of text. | ||
DEPENDENCIES: | ||
Relies on the conditional section keyword %XHTML.bidi; declared | ||
as "INCLUDE". Bidirectional text support includes both the bdo | ||
element and the 'dir' attribute. | ||
--> | ||
|
||
<!ENTITY % bdo.element "INCLUDE" > | ||
<![%bdo.element;[ | ||
<!ENTITY % bdo.content | ||
"( #PCDATA | %Inline.mix; )*" | ||
> | ||
<!ENTITY % bdo.qname "bdo" > | ||
<!ELEMENT %bdo.qname; %bdo.content; > | ||
<!-- end of bdo.element -->]]> | ||
|
||
<!ENTITY % bdo.attlist "INCLUDE" > | ||
<![%bdo.attlist;[ | ||
<!ATTLIST %bdo.qname; | ||
%Core.attrib; | ||
%lang.attrib; | ||
dir ( ltr | rtl ) #REQUIRED | ||
> | ||
]]> | ||
|
||
<!-- end of xhtml-bdo-1.mod --> |
Oops, something went wrong.