- From: Laurens Holst <lholst@students.cs.uu.nl>
- Date: Mon, 12 Jun 2006 02:48:42 +0200
- To: "C. Scott Ananian" <cscott@cscott.net>
- Cc: www-style@w3.org
Received on Monday, 12 June 2006 00:48:53 UTC
C. Scott Ananian schreef:
>
> I've noticed two minor deficiencies in the current CSS standard which
> I thought I might bring to the attention of the august members of this
> list:
>
> 1) the current multi-column css spec is very nice:
> http://www.w3.org/TR/2005/WD-css3-multicol-20051215
> but often items at the top/bottom of columns want to be rendered
> slightly differently than their companions. For example, imagine a
> styled multicolumn list, where you might want to put rules between
> items, but not put a rule at the very top/bottom. a selector for
> top/bottom of a column would be helpful, eg:
>
> .multicol li { border-bottom: 1px solid red; }
> .multicol li:column-bottom { border-bottom: none; }
See the ‘border-break’ property in CSS3:
http://www.w3.org/TR/2005/WD-css3-background-20050216/#the-border-break
~Grauw
--
Ushiko-san! Kimi wa doushite, Ushiko-san!!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laurens Holst, student, university of Utrecht, the Netherlands.
Website: www.grauw.nl. Backbase employee; www.backbase.com.
Received on Monday, 12 June 2006 00:48:53 UTC