- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 08:11:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6963 Modified Files: Overview.html Log Message: typo (whatwg r4036) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3197 retrieving revision 1.3198 diff -u -d -r1.3197 -r1.3198 --- Overview.html 29 Sep 2009 08:07:52 -0000 1.3197 +++ Overview.html 29 Sep 2009 08:11:35 -0000 1.3198 @@ -39239,7 +39239,7 @@ attribute is used.<p>To add a property to an item, the <code title="attr-itemprop"><a href="#names:-the-itemprop-attribute">itemprop</a></code> attribute is used on one of the <a href="#concept-item" title="concept-item">item's</a> descendants.<div class="example"> - <p>Here there are two items, each of which have the property "name":</p> + <p>Here there are two items, each of which has the property "name":</p> <pre><div item> <p>My name is <span itemprop="name">Elizabeth</span>.</p>
Received on Tuesday, 29 September 2009 08:11:47 UTC