Ditch obsolete body attributes
authorFabian Keil <fk@fabiankeil.de>
Thu, 20 Sep 2012 09:05:06 +0000 (09:05 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 20 Sep 2012 09:05:06 +0000 (09:05 +0000)
The style sheets are sufficient and the body attributes
didn't properly make it through the docbook/tidy chain,
causing link-specific attributes to be applied to all text.

Reported by Adam Piggott in #3569551.

doc/source/ldp.dsl.in

index ccbea7d..ff28181 100644 (file)
 \r
 ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\r
 \r
-(define %body-attr% \r
-  ;; REFENTRY body-attr\r
-  ;; PURP What attributes should be hung off of BODY?\r
-  ;; DESC\r
-  ;; A list of the BODY attributes that should be generated.\r
-  ;; The format is a list of lists, each interior list contains the\r
-  ;; name and value of a BODY attribute.\r
-  ;; /DESC\r
-  ;; AUTHOR N/A\r
-  ;; /REFENTRY\r
-  (list\r
-   (list "BGCOLOR" "#EEEEEE")\r
-   (list "TEXT" "#000000")\r
-   (list "LINK" "#0000FF")\r
-   (list "VLINK" "#840084")\r
-   (list "ALINK" "#0000FF")))\r
-\r
 (define %stylesheet%\r
   ;; REFENTRY stylesheet\r
   ;; PURP Name of the stylesheet to use\r
 \r
 ;; HB added 03/20/02, see dbparam.dsl ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;\r
 \r
-(define %body-attr% \r
-  ;; REFENTRY body-attr\r
-  ;; PURP What attributes should be hung off of BODY?\r
-  ;; DESC\r
-  ;; A list of the the BODY attributes that should be generated.\r
-  ;; The format is a list of lists, each interior list contains the\r
-  ;; name and value of a BODY attribute.\r
-  ;; /DESC\r
-  ;; AUTHOR N/A\r
-  ;; /REFENTRY\r
-  (list\r
-   (list "BGCOLOR" "#EEEEEE")\r
-   (list "TEXT" "#000000")\r
-   (list "LINK" "#0000FF")\r
-   (list "VLINK" "#840084")\r
-   (list "ALINK" "#0000FF")))\r
-\r
 (define %stylesheet%\r
   ;; REFENTRY stylesheet\r
   ;; PURP Name of the stylesheet to use\r