W3C home > Mailing lists > Public > www-style@w3.org > September 2012

Re: [css3-fonts][cssom] proposal for revised definition of CSSFontFaceRule

From: Sebastian Zartner <sebastianzartner@gmail.com>
Date: Wed, 19 Sep 2012 09:14:22 +0200
Message-ID: <CAERejNYXJY4Db2_iJZtZFBp6R2dEhrVW5d6ucPuGJesPbQsizQ@mail.gmail.com>
To: Glenn Adams <glenn@skynav.com>
Cc: John Daggett <jdaggett@mozilla.com>, www-style list <www-style@w3.org>
On Wed, Sep 19, 2012 at 4:56 AM, Glenn Adams <glenn@skynav.com> wrote:

>
> interface CSSDescriptors {
>   readonly attribute unsigned long length;
>   DOMString item(unsigned long index);
>   getter DOMString(DOMString name);
>   setter void(DOMString name, DOMString value);
>   stringifier;
> }
>
> interface CSSRuleWithDescriptors : CSSRule {
>   readonly attribute CSSDescriptors descriptors;
> }
>
> interface CSSFontFaceRule : CSSRuleWithDescriptors {
>   getter DOMString(DOMString name);
>   setter void(DOMString name, DOMString value);
> }
>

Just to be clear here: This means people will be able to access the
descriptors in their property name notation as well as in camelCase
notation via [], right? And item(index) resp. [index] return the property
name notation (e.g. 'unicode-range') like CSSStyleDeclarations do?

Sebastian
Received on Wednesday, 19 September 2012 07:14:53 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:19 UTC