UNPKG

wacss

Version:

A Generic CSS Stylesheet that encourages conformity to standardized HTML, ARIA and Schema practices thereby creating improved Usability/Accessibility for a greater number of people. The Japanese word "和" which can be translated as "teamwork" or "harmony"

16 lines (11 loc) 287 B
# ImageGallery ```html <ul itemtype"https://schema.org/ImageGallery" > <li itemtype="https://schema.org/ImageObject"> <img src="https://example.com/abc1" /> </li> <li itemtype="https://schema.org/ImageObject"> <img src="https://example.com/abc2" /> </li> </ul> ```