Re: Smart quotes in IDL

2012/2/15, Anne van Kesteren <annevk@opera.com>:
> On Wed, 15 Feb 2012 08:05:38 +0100, Seo Sanghyeon <sanxiyn@gmail.com>
> wrote:
>> There are smart quotes in IDL at:
>> http://www.w3.org/TR/dom/#mutation-observers
>>
>> Can they be changed to normal quotes?
>
> What line is incorrect?
>
> And please review http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html
> as TR/ is out of date.

Still present in latest editor's draft:
http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#mutation-observers

These lines are:
-boolean childList;     // If true, mutations affecting node’s
childNodes are included.
-boolean attributes;    // If true, mutations affecting element’s
attributes are included.
+boolean childList;     // If true, mutations affecting node's
childNodes are included.
+boolean attributes;    // If true, mutations affecting element's
attributes are included.

-- 
Seo Sanghyeon

Received on Wednesday, 15 February 2012 08:57:39 UTC