]> granicus.if.org Git - apache/commitdiff
- add "cite" attribute to <blockquote>
authorAndre Malo <nd@apache.org>
Sun, 15 Dec 2002 16:00:38 +0000 (16:00 +0000)
committerAndre Malo <nd@apache.org>
Sun, 15 Dec 2002 16:00:38 +0000 (16:00 +0000)
- allow only block elements inside of blockquote.
  (HTML strict requirement)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97920 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/common.dtd

index e5a5ead1fdf57be36fb45a477803f085b413ff94..6b51355f1dc740337267331713eeab675f85744b 100644 (file)
   height      CDATA   #IMPLIED
   width       CDATA   #IMPLIED >
 
-<!ELEMENT blockquote %BlockOrInline;>
\ No newline at end of file
+<!ELEMENT blockquote %Block;>
+<!ATTLIST blockquote cite CDATA #IMPLIED >