PHP :: Bug #45318 :: table colspec rendering issues (original) (raw)
| 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:
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:
[1] http://www.docbook.org/tdg/en/html/colspec.html
Patches
Pull Requests
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?."
[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.