You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/12/15 17:00:39 UTC

cvs commit: httpd-2.0/docs/manual/style common.dtd

nd          2002/12/15 08:00:38

  Modified:    docs/manual/style common.dtd
  Log:
  - add "cite" attribute to <blockquote>
  - allow only block elements inside of blockquote.
    (HTML strict requirement)
  
  Revision  Changes    Path
  1.12      +2 -1      httpd-2.0/docs/manual/style/common.dtd
  
  Index: common.dtd
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.dtd,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- common.dtd	6 Nov 2002 00:27:17 -0000	1.11
  +++ common.dtd	15 Dec 2002 16:00:38 -0000	1.12
  @@ -124,4 +124,5 @@
     height      CDATA   #IMPLIED
     width       CDATA   #IMPLIED >
   
  -<!ELEMENT blockquote %BlockOrInline;>
  \ No newline at end of file
  +<!ELEMENT blockquote %Block;>
  +<!ATTLIST blockquote cite CDATA #IMPLIED >