[css3-ui] "Computed value" lines

I noticed a few suspicious "Computed value:" lines in
http://dev.w3.org/csswg/css3-ui/ :

  For 'font', the property is a shorthand, so it does not have a
  computed value.  There is no property for which the system font
  keywords can be a computed value.

  outline-width needs to depend on outline-style, as it does in CSS
  2.1.

  The computed values of 'icon' and 'cursor' should not depend on
  which uri()s are resolvable, since the concept of computed value
  shouldn't require accessing the network.  The computed value
  should instead be a list, with uri()s converted to absolute.

  The computed value of pointer-events should not have the ", or
  else the inherited value", since other properties don't have
  that.

  I think the computed value of nav-* and of ime-mode should just be
  "as specified"; the additional prose there doesn't make sense to
  me.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Tuesday, 25 October 2011 04:58:00 UTC