Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在機能しているライトボックスwww.idgc.ca/web-design-samples.phpがありますが、ページ全体を単純なXML www.idgc.ca/web-design-samples-testing.phpに変換すると、機能しなくなりました。 ..。。
<a>2番目の例では、とタグの間に空白があり、ライトボックスは画像URLを取得するため<img>にの最初の子を探している可能性があり<a>ます。これは(2番目の例では)画像タグではなくテキストノードです。
<a>
<img>
これは単なる推測です。