Skip to content

Instantly share code, notes, and snippets.

@sideshowbarker
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sideshowbarker/36fb7739ddd2387a0328 to your computer and use it in GitHub Desktop.
Save sideshowbarker/36fb7739ddd2387a0328 to your computer and use it in GitHub Desktop.
"file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-h-novalid.html": error: Expected "Bad value “x 1h” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1h” at “x 1h”." but instead encountered "Bad value “x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1h” at “x 1h”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".
"file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-uppercase-w-novalid.html": error: Expected "Bad value “x 1W” for attribute “srcset” on element “img”: Expected number followed by “w” or “x” but found “1W” at “x 1W”." but instead encountered "Bad value “x 1W” for attribute “srcset” on element “img”: Expected width descriptor but found “1W” at “x 1W”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".
"file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-w-and-no-descriptor-novalid.html": error: Expected "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (Because one or more image candidate strings specify a width (e.g., the string for image “x”), all image candidate strings must specify a width.)" but instead encountered "Bad value “x 1w, y” for attribute “srcset” on element “img”: No width specified for image “y”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".
"file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-x-and-h-novalid.html": error: Expected "Bad value “x 1x 1h” for attribute “srcset” on element “img”: Expected single descriptor but found extraneous descriptor “1h” at “x 1x 1h”." but instead encountered "Bad value “x 1x 1h” for attribute “srcset” on element “img”: Expected width descriptor but found “1x” at “x 1x ”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".
"file:/opt/workspace/web-platform-tests/conformance-checkers/html/elements/picture/srcset-microsyntax-x-and-w-novalid.html": error: Expected "Bad value “x 1x 1w” for attribute “srcset” on element “img”: Expected single descriptor but found extraneous descriptor “1w” at “x 1x 1w”." but instead encountered "Bad value “x 1x 1w” for attribute “srcset” on element “img”: Expected width descriptor but found “1x” at “x 1x ”. (When the “sizes” attribute is present, all image candidate strings must specify a width.)".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment