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
The example test is a little unrealistic, since there is no actual video file referenced. Is there a better example we could use for the test that references both a poster image as well as a video file? I believe it would be something like this.
<divclass="h-entry"><pclass="p-name">microformats.org at 7</p><videoclass="u-photo" poster="posterimage.jpg"><sourceclass="u-video" src="video.mp4" type="video/mp4">
Sorry, your browser doesn't support embedded videos.
</video></div>
video
element'sposter
attribute should be used when parsing for u-, per http://microformats.org/wiki/microformats2-parsing##else+if+videoIsolated example from microformats test suite:
Expected result:
Test: https://github.com/microformats/tests/blob/master/tests/microformats-v2/h-entry/u-property.html
Expected: https://github.com/microformats/tests/blob/master/tests/microformats-v2/h-entry/u-property.json
The text was updated successfully, but these errors were encountered: