[CSS2.1] Comments on CSS2.1 Last Call draft, Chapter 6

-- Section 6.4.3 (Calculating a selector's specificity)

The spec says:

   li:first-line {}  /* a=0 b=0 c=0 d=1 -> specificity = 0,0,0,2 */

It should say d=2 here.

-- Section 6.4.4 (Precedence of non-CSS presentational hints)

Why is "dir" not considered a presentational hint?

"type" is not presentational in some cases, but presentational in others (on
<ol>, <ul>, <li>, to be precise).

Boris
-- 
    "What the hell are you getting so upset about?  I
thought you didn't believe in God."
    "I don't," she sobbed, bursting violently into
tears, "but the God I don't believe in is a good God, a
just God, a merciful God.  He's not the mean and stupid
God you make Him out to be."

                     --Joseph Heller, "Catch-22"

Received on Sunday, 28 September 2003 19:04:02 UTC