[Webkit-unassigned] [Bug 71050] [Microdata] Support for properties attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 07:12:24 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71050





--- Comment #11 from Arko Saha <nghq36 at motorola.com>  2011-11-23 07:12:24 PST ---
(In reply to comment #10)
> (From update of attachment 115575 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=115575&action=review
> 
> Below are a few minor nits.  It would be nice to include more tests, but it's always nicer to include more tests.  :)

Added more test cases.

> > Source/WebCore/dom/Node.h:86
> > +class DOMSettableTokenList;
> 
> This shouldn't be guarded by this macro because it's defined outside of ENABLE(MICRODATA)
> 
> > Source/WebCore/dom/NodeRareData.h:29
> > +#include "DOMSettableTokenList.h"
> 
> Same here.

Done.

> > Source/WebCore/html/CollectionType.h:58
> > +        ItemProperties, // Microdata item properties in the document
> 
> Bad indent

Fixed.

> > Source/WebCore/html/HTMLPropertiesCollection.cpp:33
> > +#if ENABLE(MICRODATA)
> 
> We usually have a blank line below this line.

Done.

> > Source/WebCore/html/HTMLPropertiesCollection.cpp:69
> > +    Vector<Node*> memory, pending;
> 
> We usually don't use compound declarations.

Ok. Modified accordingly.

> > Source/WebCore/html/HTMLPropertiesCollection.h:38
> > +namespace WebCore {
> 
> We usually have a blank line below this line.

Done.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list