Bug 55973

Summary: make markup of gnome section a bit more compliant
Product: Documentation Reporter: Jan Hornyak <pav>
Component: Books & ArticlesAssignee: Joe Marcus Clarke <marcus>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jan Hornyak 2003-08-25 23:20:09 UTC
Markup cleanup in www/en/gnome:

* index.xsl and newsflash.xsl
  Don't propagate non-XHTML namespaces to XHTML output. This makes
  some pages validate as XHTML on mirrors with certain versions
  of xsltproc (try to validate http://www.freebsd.cz/gnome/ for example).
* many .sgml pages
  Remove single cell tables. They serve no purpose.
  Benefits: faster rendering, making tidy quiet.
* docs/faq2.sgml
  Convert table used for formatting of FAQ to ordered list.
  Convert spacing construction to inline style definition.
* docs/gnome_porting.sgml and docs/gnome2_porting.sgml
  Add summary attribute to <table> tag to make tidy happy.
  Add &nbsp; as a fill into empty table cells to make tidy happy.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-08-25 23:24:19 UTC
Responsible Changed
From-To: freebsd-www->marcus

I'll take this.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-08-26 08:42:32 UTC
State Changed
From-To: open->closed

Committed, thanks!