Bug 202242 - docbook.css: 1 error detected by W3C CSS Validator
Summary: docbook.css: 1 error detected by W3C CSS Validator
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Website (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-11 10:22 UTC by Anton Shterenlikht
Modified: 2015-08-11 22:25 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Shterenlikht 2015-08-11 10:22:45 UTC
Running http://jigsaw.w3.org/css-validator/ on
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/docbook.css

gives:

Sorry! We found the following errors (1)
URI : http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/docbook.css
373 	.note p, .tip p, .important p, .warning p, .caution p 	Parse Error [,] 

It seems the main page, freebsd.org, does not use docbook.css anymore?
Comment 1 Warren Block freebsd_committer freebsd_triage 2015-08-11 14:01:22 UTC
Only the documents generated from DocBook source use docbook.css.  The main web page has its own CSS files in the htdocs/layout subdirectory.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-11 20:29:12 UTC
A commit references this bug:

Author: wblock
Date: Tue Aug 11 20:28:51 UTC 2015
New revision: 47198
URL: https://svnweb.freebsd.org/changeset/doc/47198

Log:
  Remove extra comma located by the w3.org CSS validator.

  PR:		202242
  Submitted by:	mexas@bris.ac.uk
  Reviewed by:	allanjude
  Differential Revision:	https://reviews.freebsd.org/rD42009

Changes:
  head/share/misc/docbook.css
Comment 3 Warren Block freebsd_committer freebsd_triage 2015-08-11 22:25:03 UTC
Fixed, thanks!