【发布时间】:2019-08-04 09:23:04
【问题描述】:
对于一个常见问题解答,我尝试结合 HTML、WAI-ARIA 和 Microdata(使用 Schema.org),但 SDTT 验证只显示 Question,而不是 Answer。
<section class="accordion" role="tablist" aria-live="polite">
<details>
<summary aria-controls="panel0" role="tab" itemprop="mainEntity" itemscope itemtype="https://schema.org/Question">
<p temprop="name">How to beat the boss...spoiler alert !</p>
<meta itemprop="answerCount" content="1"/>
</summary>
<div itemprop="acceptedAnswer" itemscope itemtype="https://schema.org/Answer">
<p aria-labelledby="tab0" role="tabpanel" itemprop="text"> Just aim to the red spots near his eyes Keep shooting at these spots until the eyes open, then hit quickly both eyes with your laser beam.</p>
</div>
</details>
</section>
【问题讨论】:
标签: html schema.org microdata