Re: Optional tags

2014-01-24 3:05, Jens O. Meiert wrote:
>> I expected
>>
>> <p>foo
>> <p>bar
>>
>> to be the same like
>>
>> <p>foo</p>
>> <p>bar</p>
> The difference should not be practically relevant however, or was that
> just to point out the expectation and confirm it “indirectly”?
>

The difference matters, for example, if you work with the element 
content in client-side JavaScript or if if you add content in CSS with 
p:after { content: ... }.

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/

Received on Friday, 24 January 2014 07:38:16 UTC