diff options
author | tgambet <tgambet@localhost> | 2012-06-01 23:19:42 +0200 |
---|---|---|
committer | tgambet <tgambet@localhost> | 2012-06-01 23:19:42 +0200 |
commit | b77703bbfa59e0db6e1480fab6d34308f32bd1c2 (patch) | |
tree | 3052a47fa5874b4b9c77c5c0d746f130a6846603 /htdocs | |
parent | 30563bfe74030efb3e9a3904d6a213e5c9e086d1 (diff) | |
download | markup-validator-b77703bbfa59e0db6e1480fab6d34308f32bd1c2.zip markup-validator-b77703bbfa59e0db6e1480fab6d34308f32bd1c2.tar.gz markup-validator-b77703bbfa59e0db6e1480fab6d34308f32bd1c2.tar.bz2 |
updated xhtml-metaAttributes-1.mod to rev 1.7
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod b/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod index 3e43fcc..a1407f7 100644 --- a/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod +++ b/htdocs/sgml-lib/WD-xhtml-rdfa-20120131/xhtml-metaAttributes-2.mod @@ -4,7 +4,7 @@ This is XHTML-RDFa, modules to annotate XHTML family documents. Copyright 2007-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved. - Revision: $Id: xhtml-metaAttributes-2.mod,v 1.2 2012/01/31 15:04:04 denis Exp $ + Revision: $Id: xhtml-metaAttributes-2.mod,v 1.7 2012/05/31 22:55:01 smccarro Exp $ This DTD module is identified by the PUBLIC and SYSTEM identifiers: @@ -103,6 +103,16 @@ > ]]> +<!ENTITY % inlist.attrib + "inlist CDATA #IMPLIED" +> + +<![%XHTML.global.attrs.prefixed;[ +<!ENTITY % XHTML.global.inlist.attrib + "%XHTML.prefix;:inlist CDATA #IMPLIED" +> +]]> + <!ENTITY % rel.attrib "rel %TERMorCURIEorAbsIRIs.datatype; #IMPLIED" > @@ -149,6 +159,7 @@ "%about.attrib; %content.attrib; %datatype.attrib; + %inlist.attrib; %typeof.attrib; %prefix.attrib; %property.attrib; @@ -167,6 +178,7 @@ "%XHTML.global.about.attrib; %XHTML.global.content.attrib; %XHTML.global.datatype.attrib; + %XHTML.global.inlist.attrib; %XHTML.global.typeof.attrib; %XHTML.global.prefix.attrib; %XHTML.global.property.attrib; |