Re: [selectors] Proposal: filtered sibling combinator

Simon Pieters skrev:
> How about:
>
>     <hgroup>
>      <h1>Title 1</h1>
>      <h2>Subtitle</h2>
>     </hgroup>
>     <p>Paragraph1</p>
>     <p>Paragraph2</p>
>     <h1>Title 2</h1>
>     <p>Paragraph3</p>
>     <p>Paragraph4</p>
>
>     h1+p::first-letter, hgroup+p::first-letter
>
> ?
>
hgroup was deprecated before it was even in a finished standard.

http://www.w3.org/html/wg/drafts/html/master/obsolete.html#hgroup

Received on Monday, 13 October 2014 11:51:49 UTC