Re: [CSSOM] Remarks

On 6/6/07, Anne van Kesteren <annevk@opera.com> wrote:
> On Sun, 13 May 2007 00:10:16 +0200, Innovimax SARL <innovimax@gmail.com>
> wrote:
> > ==Inconsistencies==
> >
> > ===Naming===
> > CSSURLValue and CSSUrlValue (prefer the first)
> > TextRectAngle and TextRectangle  (prefer the second)
>
> It's currently consistent throughout. I'm not sure why you want it to be
> inconsistent...

You have two ways of writing the same thing in the document

[[
4.3.1.1. The TextRectangleList Interface

The TextRectangleList object consists of an ordered list of
TextRectAngle objects.
]]
instead of
[[
4.3.1.1. The TextRectangleList Interface

The TextRectangleList object consists of an ordered list of
TextRectangle objects.
]]


and

[[
3.7.3. The CSSUrlValue Interface
]]
but
[[
interface CSSStyleDeclarationProperties {
           // This interface will be updated when more CSS property related
           // specifications become stable (for instance, W3C Recommendation).
           attribute CSSBaseValue     azimuth;
           attribute CSSColorValue    backgroundColor;

           attribute CSSURLValue      backgroundImage;

]]

>
>
> > == Typo ==
> > :befoRe --> ::befoRe
> > psuedo --> pseudo
>
> Fixed the second. The former was not a typo.
Ok understood

>
>
> > == Reference ==
> >
> > CSS 2.1
> > Media Queries
> > DOM Level 3 Core
> > HTML4
> > SVG
> > ECMAScript
> > Associating Style Sheets with XML documents Version 1.0
> > RFC2119
>
> Yes, they will be added at some point...
>
>
> > == Typos ==
> >
> > s/altenrative/alternative/
> > s/akward/awkward/
> > s/critera/criteria/
> > s/guarenteed/guaranteed/
> > s/supercede/supersede/
>
> Fixed.
>
>
> > PS : I know it's an early draft, that's just my two cents
>
>
> Thanks
>
>
>
> --
> Anne van Kesteren
> <http://annevankesteren.nl/>
> <http://www.opera.com/>
>


-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Wednesday, 6 June 2007 14:29:35 UTC