- From: Ian Jacobs <ij@w3.org>
- Date: Thu, 28 Oct 1999 21:46:53 -0400
- To: thatch@us.ibm.com
- CC: Wendy A Chisholm <wendy@w3.org>, w3c-wai-gl@w3.org
thatch@us.ibm.com wrote:
>
> I noticed this resolution in the minutes:
>
> Resolved: shouldn't use " ".   just another form of white space.
> " " because ignored.   because it should not be used for formatting.
> only used to keep pieces of text together (e.g. in WCAG we keep the
> word "priority" and the level together).
>
> I use   in empty table cells to get the borders to show up. Is there
> another way?
CSS2 [1] gives you another way:
<BLOCKQUOTE>
The following rule causes borders to be drawn around all cells:
TABLE { empty-cells: show }
</BLOCKQUOTE>
If you mean "is there another way today" I don't have an
answer right now.
_ Ian
[1] http://www.w3.org/TR/REC-CSS2/tables.html#empty-cells
--
Ian Jacobs (jacobs@w3.org) http://www.w3.org/People/Jacobs
Tel/Fax: +1 212 684-1814
Cell: +1 917 450-8783
Received on Thursday, 28 October 1999 21:46:58 UTC