Re: Smart quotes in IDL

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