Also sprach Brad Kemper: > > [1] http://dev.w3.org/csswg/css3-gcpm/Overview.html#border > It still looks to me like you are trying to define the dashes in a > dashed line, which would be awesome. But it seems kludgey to use a > "solid" (not "dashed") border with dashes in it, just for the single > use case of wanting a short line segment over a footnote. There are more use cases. Example XXVIII shows a quite common rendering and it's not natural to think of it as "dashes". The proposed mechanism can be used for many other designs as well so I think it's better to think of this as clip regions on whatever border would otherwise be drawn, than as a refinement of the border-style keywords. If we were to use your idea of refining the keywords, what would your properties be? dashes-top, dashes-right, dotted-top, dotted-right etc? And, how would rounded corners be shown? > This is "underloading" what it means to have a dashed line (not > solid at all), and overloading "border" if all you really want is a > short, horizontal line segment. Has HR been deprecated? HR isn't suitable for the original use case; the footnote areas only exists as an @-rule in the style sheet: @footnote { margin-top: 0.5em; border-top: thin solid black; border-parts: 4em; padding-top: 0.5em; } ... so, there's no place to put the HR element. Cheers, -h&kon Håkon Wium Lie CTO °þe®ª howcome@opera.com http://people.opera.com/howcomeReceived on Thursday, 30 October 2008 21:39:40 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:55:15 GMT