Bug 88235 - [Microdata] An element with an empty itemprop='' should not get listed in the .properties list
Summary: [Microdata] An element with an empty itemprop='' should not get listed in the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68609
  Show dependency treegraph
 
Reported: 2012-06-04 08:09 PDT by Arko Saha
Modified: 2012-06-08 05:17 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.96 KB, patch)
2012-06-04 08:46 PDT, Arko Saha
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>