You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At http://esri.github.io/calcite-web/examples/core/, I noticed the card examples use a figure element, but do not use a figcaption element even though the classname is caption. Is this on purpose?
<figureclass="card-image-wrap"><imgclass="card-image" src="../../assets/img/docs/bridge3.jpg" alt="Bridge Club, 1954"><divclass="card-image-caption">
Florida, January 1954
</div></figure>
Would you like a PR to change these to something like the following?
<figureclass="card-image-wrap"><imgclass="card-image" src="../../assets/img/docs/bridge3.jpg" alt="Bridge Club, 1954"><figcaptionclass="card-image-caption">
Florida, January 1954
</figcaption></figure>
The text was updated successfully, but these errors were encountered:
At http://esri.github.io/calcite-web/examples/core/, I noticed the card examples use a
figure
element, but do not use afigcaption
element even though the classname iscaption
. Is this on purpose?Would you like a PR to change these to something like the following?
The text was updated successfully, but these errors were encountered: