diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2018-12-14 19:46:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 19:46:20 (GMT) |
commit | cd56babd2ab06d3c73e8be0c6ac84638e9810bb5 (patch) | |
tree | b7b4a082e47d2856dcada1da0bf7b6c630365a81 /testing | |
parent | ca2e7ae50604cfdf9c0661b5be4264d1df9176f3 (diff) | |
parent | 2427e160d2299d72813f52f0862d504956c6c209 (diff) | |
download | Doxygen-cd56babd2ab06d3c73e8be0c6ac84638e9810bb5.zip Doxygen-cd56babd2ab06d3c73e8be0c6ac84638e9810bb5.tar.gz Doxygen-cd56babd2ab06d3c73e8be0c6ac84638e9810bb5.tar.bz2 |
Merge pull request #6681 from albert-github/feature/bug_xhtml_dtd
Adjustment of xhtml1-transitional.dtd
Diffstat (limited to 'testing')
-rwxr-xr-x | testing/dtd/xhtml1-transitional.dtd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd index 628f27a..4ac1571 100755 --- a/testing/dtd/xhtml1-transitional.dtd +++ b/testing/dtd/xhtml1-transitional.dtd @@ -20,6 +20,21 @@ $Date: 2002/08/01 18:37:55 $ --> +<!-- + Note: + This is an adjusted version of the official document only to be used + for validation of doxygen generated documents. + + Adjustments: + - in + <!ATTLIST script + added + async (async) #IMPLIED + - in + <!ATTLIST a + added + doxygen %URI; #IMPLIED +--> <!--================ Character mnemonic entities =========================--> @@ -363,6 +378,7 @@ > <!-- script statements, which may include CDATA sections --> +<!-- added for doxygen: async (async) #IMPLIED --> <!ELEMENT script (#PCDATA)> <!ATTLIST script id ID #IMPLIED @@ -370,6 +386,7 @@ type %ContentType; #REQUIRED language CDATA #IMPLIED src %URI; #IMPLIED + async (async) #IMPLIED defer (defer) #IMPLIED xml:space (preserve) #FIXED 'preserve' > @@ -633,6 +650,7 @@ <!--================== The Anchor Element ================================--> <!-- content is %Inline; except that anchors shouldn't be nested --> +<!-- added for doxygen: doxygen %URI; #IMPLIED --> <!ELEMENT a %a.content;> <!ATTLIST a @@ -641,6 +659,7 @@ charset %Charset; #IMPLIED type %ContentType; #IMPLIED name NMTOKEN #IMPLIED + doxygen %URI; #IMPLIED href %URI; #IMPLIED hreflang %LanguageCode; #IMPLIED rel %LinkTypes; #IMPLIED |