<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed><type>rich</type><version>1.0</version><provider_name>phorkie</provider_name><provider_url>https://p.cweiske.de/</provider_url><title>itemscope in XHTML</title><author_name>Christian Weiske</author_name><cache_age>86400</cache_age><width>900</width><height>900</height><html>&lt;!-- embedding all files of https://p.cweiske.de/409 --&gt;
&lt;link rel="stylesheet" href="https://p.cweiske.de/css/embed.css"/&gt;
&lt;div class="phork" id="409"&gt;
    &lt;div class="phork-file"&gt;
 &lt;div class="phork-content"&gt;
  
&lt;div class="document"&gt;


&lt;p&gt;xmllint:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
file.html: 26: parser error: Specification mandate value for attribute itemscope
&lt;/pre&gt;
&lt;p&gt;&lt;a class="reference external" href="https://dev.w3.org/html5/spec-author-view/microdata.html#attr-itemscope"&gt;https://dev.w3.org/html5/spec-author-view/microdata.html#attr-itemscope&lt;/a&gt; says:&lt;/p&gt;
&lt;blockquote&gt;
The itemscope attribute is a boolean attribute.&lt;/blockquote&gt;
&lt;p&gt;&lt;a class="reference external" href="https://dev.w3.org/html5/spec-author-view/common-microsyntaxes.html#boolean-attribute"&gt;https://dev.w3.org/html5/spec-author-view/common-microsyntaxes.html#boolean-attribute&lt;/a&gt; says:&lt;/p&gt;
&lt;blockquote&gt;
If the attribute is present, its value must either be the empty string or a value that is an ASCII case-insensitive match for the attribute's canonical name, with no leading or trailing whitespace.&lt;/blockquote&gt;
&lt;p&gt;So the following both are correct:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
&amp;lt;div itemscope=&amp;quot;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;

&amp;lt;div itemscope=&amp;quot;itemscope&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;

 &lt;/div&gt;
 &lt;div class="phork-meta"&gt;
  &lt;a href="https://p.cweiske.de/409/rev-raw/ded320ee385469f13a8062aee7caffd536aca870/prop.rst" style="float: right"&gt;view raw source&lt;/a&gt;
  &lt;a href="https://p.cweiske.de/409#prop.rst"&gt;prop.rst&lt;/a&gt;
 &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</html></oembed>
