Closed (fixed)
Project:
Documentation
Component:
Developer Guide
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2007 at 22:50 UTC
Updated:
5 Dec 2007 at 02:31 UTC
Hi,
Following the discussion on dev list, I put up my table of the main hooks in the "reference" section of the developer's handbook, at http://drupal.org/node/112180 . Could someone:
Thanks in advance.
Comments
Comment #1
pwolanin commentedI switched it to full HTML, but there seems to be some problems:
the table is too wide for the page.
the markup in the table didn't seem to be valid (I did a little fixing - there were several tbody elements, tbody elements within the thead element, and no tfoot element), and for some reason (maybe the theme) no borders display.
Comment #2
fgmHi,
Thanks for looking into it. I'd gladly improve it, but I don't have permission to edit it, maybe because of the filter access permission ?
The no-border issue is normal, BTW: it's a consequence of the rules=groups clause used to group rows together, as per the XHTML 1.0 DTD (http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd, see . With these rules, rows only appear between tbody sections.
Comment #3
fgmFixed. Now, that the layour is done, all that's left is for some core hackers to check the content accuracy...
FWIW, the page displays better with CSS disabled.
Comment #4
fgmLooks like Full HTML has been removed again...
Comment #5
webernet commentedKilles added thead, tfoot, colspan, and other table tags that the page was using to the documentation filter, but the layout still breaks for some unknown reason. Switched back to Full HTML until the source of the problem can be found.
Comment #6
fgmIt doesn't break on a fresh D6 install with the same filters as d.o. in the same order, so I think the page is good enough as it is.
The colgroup should have span="7" instead of span="8", though.
Regarding the width of the table, wrapping it in a
<div style="font-size: 0.8em">could help, but the most useful for most users would probably be to display the table full-page, without bordersComment #7
webernet commentedClosing...
Comment #8
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.