[whatwg] <BIG> Element
Krzysztof Żelechowski
giecrilj at stegny.2a.pl
Tue Oct 30 10:04:39 PDT 2007
Dnia 30-10-2007, wto o godzinie 08:47 +0000, Ian Hickson napisał(a):
> On Sat, 14 Jan 2006, Lachlan Hunt wrote:
> >
> > No, you're using a presentational element where a suitable semantic
> > element already exists. It is irrelevant that it doesn't have the
> > default styling that you want from big, but that can be handled with
> > CSS. That example should be marked up like this:
> >
> > <p>I said, "<em>NO!</em>".</p>
> > <p><em>YES!!</em> I will do it!</p>
> > <p><em><em>NO!</em></em> You will not!</p>
> > <p><em><em>YES!!</em></em> I will do it!</p>
> > <p><em><em><em>NO!</em></em></em> You will not!</p>
> > <p><em><em><em>YES!!</em></em></em> I will do it!</p>
> > <p><em><em><em><em>NO!</em></em></em></em> You will not!</p>
> > <p>Oh, alright...</p>
> >
> > em { font-size: larger; }
>
> Indeed.
>
Do EM elements accumulate? They are idempotent under the default style
sheet because you cannot make an italic typeface more italic. But do
they accumulate in principle? If they do, is the default style sheet
correct with respect to the EM element?
Intriguedly,
Chris
More information about the whatwg
mailing list