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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: philip@php.net
New email:
PHP Version: OS:

 

 [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: Thu Mar 28 13:01:28 2024 UTC