Facebook Instant Articlesの検証に問題があります。私の記事の一つは、このエラーメッセージがポップアップ表示されます:スライドショーでサポートされていない要素(Facebookインスタントアーティクル)
Slideshow Contains Unsupported Elements: Only image elements can appear in a slideshow. Ensure that slideshow (at /html/body/article/figure[3]) only contains supported elements. Refer to Slideshows under Format Reference in Instant Articles documentation for more information.
をここではコードです:
<figure class="op-slideshow">
<figure>
<img src="https://www.example.com/image1.jpg">
<figcaption>Caption1</figcaption>
</figure>
<figure>
<img src="https://www.example.com/image2.jpg">
<figcaption>Caption2</figcaption>
</figure>
</figure>
これはPHPの公式SDKによって生成された、との例では、彼らは非常に類似した構造を使用しています。 (http://take.ms/nookv)これはバグですか?