summaryrefslogtreecommitdiffstats
path: root/testing/dtd
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2019-02-16 12:53:20 (GMT)
committeralbert-github <albert.tests@gmail.com>2019-02-16 12:53:20 (GMT)
commit154521185297b3a72b47636edcc2a60fc2c579dd (patch)
tree4ae2905bee4241df529e2b1e87d14de6fbec8000 /testing/dtd
parent9d39ec6cec4d830834f3230adb5def7b03c0c492 (diff)
downloadDoxygen-154521185297b3a72b47636edcc2a60fc2c579dd.zip
Doxygen-154521185297b3a72b47636edcc2a60fc2c579dd.tar.gz
Doxygen-154521185297b3a72b47636edcc2a60fc2c579dd.tar.bz2
Adjustment of xhtml1-transitional.dtd
After small discussion conclusion was better to remove the obsolete `doxygen=`
Diffstat (limited to 'testing/dtd')
-rwxr-xr-xtesting/dtd/xhtml1-transitional.dtd12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd
index 6d63e50..764c41a 100755
--- a/testing/dtd/xhtml1-transitional.dtd
+++ b/testing/dtd/xhtml1-transitional.dtd
@@ -30,14 +30,6 @@
<!ATTLIST script
added
async (async) #IMPLIED
- - in
- <!ATTLIST a
- added
- doxygen %URI; #IMPLIED
- - in
- <!ATTLIST area
- added
- doxygen %URI; #IMPLIED
-->
<!--================ Character mnemonic entities =========================-->
@@ -654,7 +646,6 @@
<!--================== 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
@@ -663,7 +654,6 @@
charset %Charset; #IMPLIED
type %ContentType; #IMPLIED
name NMTOKEN #IMPLIED
- doxygen %URI; #IMPLIED
href %URI; #IMPLIED
hreflang %LanguageCode; #IMPLIED
rel %LinkTypes; #IMPLIED
@@ -889,14 +879,12 @@
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