blob: e154a216b166e4f6ec7939787673bfd7e05901ad [file] [edit]
PASS A <source> whose media attribute matches is selected.
PASS A <source> whose media attribute does not match is not selected.
PASS A non-matching <source> is skipped in favor of a later matching <source>.
PASS A <source> without a media attribute acts as a fallback when earlier <source>s do not match.
PASS Changing a <source> media attribute to a matching value selects it.
PASS Changing a <source> media attribute to a non-matching value deselects it.
PASS A <source> must satisfy both its media attribute and a supported type to be selected.