summaryrefslogtreecommitdiffstats
path: root/testing/dtd
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-13 18:27:34 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-13 18:27:34 (GMT)
commit9d39ec6cec4d830834f3230adb5def7b03c0c492 (patch)
treeeb457e2e2f402a204d241b45d69bc82fba5fff77 /testing/dtd
parent9a05fda1c0aef229252d133987f866e0f6718eb0 (diff)
downloadDoxygen-9d39ec6cec4d830834f3230adb5def7b03c0c492.zip
Doxygen-9d39ec6cec4d830834f3230adb5def7b03c0c492.tar.gz
Doxygen-9d39ec6cec4d830834f3230adb5def7b03c0c492.tar.bz2
Adjustment of xhtml1-transitional.dtd
Adding attributes: - doxygen to be able to validate doxygen generated xhtml documents. Analogous to #6681 but now for the area tag (found in the doxygen tag example).
Diffstat (limited to 'testing/dtd')
-rwxr-xr-xtesting/dtd/xhtml1-transitional.dtd6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd
index 4ac1571..6d63e50 100755
--- a/testing/dtd/xhtml1-transitional.dtd
+++ b/testing/dtd/xhtml1-transitional.dtd
@@ -34,6 +34,10 @@
<!ATTLIST a
added
doxygen %URI; #IMPLIED
+ - in
+ <!ATTLIST area
+ added
+ doxygen %URI; #IMPLIED
-->
<!--================ Character mnemonic entities =========================-->
@@ -885,12 +889,14 @@
name CDATA #IMPLIED
>
+<!-- added for doxygen: doxygen %URI; #IMPLIED -->
<!ELEMENT area EMPTY>
<!ATTLIST area
%attrs;
%focus;
shape %Shape; "rect"
coords %Coords; #IMPLIED
+ doxygen %URI; #IMPLIED
href %URI; #IMPLIED
nohref (nohref) #IMPLIED
alt %Text; #REQUIRED