- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 15 Feb 2012 22:33:37 +1100
- To: Seo Sanghyeon <sanxiyn@gmail.com>
- CC: Anne van Kesteren <annevk@opera.com>, www-dom@w3.org
Seo Sanghyeon: > 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. I guess it is inconsistent with the body text of the document using straight quotes, but note that Web IDL fragments are made up of Unicode characters per http://dev.w3.org/2006/webapi/WebIDL/#idl-grammar.
Received on Wednesday, 15 February 2012 11:34:21 UTC