- From: poot <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 14:37:51 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: duplicate id attributes (whatwg r4229) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3374&r2=1.3375&f=h http://html5.org/tools/web-apps-tracker?from=4228&to=4229 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3374 retrieving revision 1.3375 diff -u -d -r1.3374 -r1.3375 --- Overview.html 21 Oct 2009 05:36:23 -0000 1.3374 +++ Overview.html 21 Oct 2009 05:37:38 -0000 1.3375 @@ -39618,7 +39618,7 @@ <pre><div itemscope id="amanda"><itemref refid="a"><itemref refid="b"></div> <p id="a">Name: <span itemprop="name">Amanda</span></p> -<div id="b" itemprop="band" itemscope id="jazzband"><itemref refid="c"></div> +<div id="b" itemprop="band" itemscope><itemref refid="c"></div> <div id="c"> <p>Band: <span itemprop="name">Jazz Band</span></p> <p>Size: <span itemprop="size">12</span> players</p>
Received on Wednesday, 21 October 2009 05:38:19 UTC