php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45318 table colspec rendering issues
Submitted: 2008-06-20 00:41 UTC Modified: 2009-01-01 23:59 UTC
From: philip@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: Mac
Private report: No CVE-ID: None
 [2008-06-20 00:41 UTC] philip@php.net
Description:
------------
The Internals documentation has render issues. Example:

 http://www.php.net/manual/en/internals2.ze1.zendapi.php

Notice how extremely narrow those tables are. Example XML:

 <colspec colnum="1" colname="col1" colwidth="1.02*"/>
 <colspec colnum="2" colname="col2" colwidth="1.00*"/> 

Although the small number difference of colwidth is odd, our rendering should still work even if updating the XML is preferred. The * of colspec[1] should be recognized. 

The following is found in the generated HTML:

 <col align="left" width="1" />
 <col align="left" width="1" />

[1] http://www.docbook.org/tdg/en/html/colspec.html


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-06-20 06:58 UTC] bjori@php.net
From the spec: "ColWidth specifies the desired width of the relevant column. It can be either a fixed measure using one of the CALS units (36pt, 10pc, etc.) or a proportional measure. Proportional measures have the form ?number*?, meaning this column should be number times wider than a column with the measure ?1*? (or just ?*?). These two forms can be mixed, as in ?3*+1pc?."
 [2008-07-27 15:29 UTC] philip@php.net
Related bug:

  http://bugs.php.net/bug.php?id=45570
 [2009-01-01 23:59 UTC] bjori@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 10:01:31 2024 UTC