Bug 88235

Summary: [Microdata] An element with an empty itemprop='' should not get listed in the .properties list
Product: WebKit Reporter: Arko Saha <arko>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68609    
Attachments:
Description Flags
Patch rniwa: review+

Description Arko Saha 2012-06-04 08:09:27 PDT
According to the latest specification http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html, an element with an empty itemprop='' should not get listed in the .properties list. Please check : http://html5.org/r/6854 for the spec change.
Comment 1 Arko Saha 2012-06-04 08:46:28 PDT
Created attachment 145593 [details]
Patch
Comment 2 Ryosuke Niwa 2012-06-08 00:07:52 PDT
Comment on attachment 145593 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=145593&action=review

> LayoutTests/fast/dom/MicroData/element-with-empty-itemprop.html:18
> +

Why the blank line?
Comment 3 Arko Saha 2012-06-08 05:17:30 PDT
Committed r119822: <http://trac.webkit.org/changeset/119822>