schema.org を使用して Web ページの画像に関する情報を充実させる方法を見つけようとしています。
ただし、次のコードは合格していないようです。
<figure itemscope itemtype="http://schema.org/ImageObject" class="figure-container" style="width: 580px">
<img itemprop="image" src="http://cdn.donaldjenkins.com/media/blog-posts/gtd-apps-1.jpg" alt="The Omnifocus Mac app" width="580" height="450" title="The Omnifocus Mac app">
<figcaption itemprop="description"><span itemprop="name">The Omnifocus Mac app window</span>, showing the Perspectives settings panel. This is a powerful feature that allows you to conceal part of the app's inherent complexity when you want to. But Things allows you to do the same more easily with its 'Areas of responsibility' feature.</figcaption>
</figure>
<span>要素の子として要素を含めること<figure>は検証されませnameんが、テキストは実際には書式設定を必要としないため、属性を別のタグに追加する別の方法は見つかりませんでした。
これを達成する方法についての提案は大歓迎です。私も、どうして……<span>の子になれないのか、理解に苦しむ。<figure>