2009/12/3 Jonathan Arkell :
> Sure, but something like this might be even better still:
>
>
> FOO
> blah
> BAR
> blah blah
>
>
> You don't need the extra div around the dl, since the dl itself is a block
> element. The extra div in this case is semantically null (and void!).
Agreed... It wa
Sure, but something like this might be even better still:
FOO
blah
BAR
blah blah
You don't need the extra div around the dl, since the dl itself is a block
element. The extra div in this case is semantically null (and void!).
The Definition list is basically a set of key/value pairs a
Just bumping this thread/question:
2009/12/2 Rick Moynihan :
> Also, the properties are exported into the HTML like so:
>
> PROPERTIES
> :FOO: blah
> :BAR: blah blah
>
>
> Would something like the following not be a better format for
> parsing/processing?
>
>
>
> FOO class="property_value_f