This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26548 - <div id="x">
Summary: <div id="x">
Status: RESOLVED INVALID
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-10 00:55 UTC by contributor
Modified: 2014-08-13 18:27 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2014-08-10 00:55:51 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-iframe-element
Multipage: http://www.whatwg.org/C#the-iframe-element
Complete: http://www.whatwg.org/c#the-iframe-element
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html

Comment:
<div id="x">
 <p itemprop="a">1</p>
</div>
<div itemscope itemref="x">
 <p itemprop="b">test</p>
 <p itemprop="a">2</p>
</div>


Posted from: 89.98.179.110
User agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MALNJS; rv:11.0) like Gecko
Comment 1 Ian 'Hixie' Hickson 2014-08-13 18:27:55 UTC
no bug description