Please see the tests at http://w3c-test.org/html/dom/reflection-metadata.html with prefix "link.as".
It seems Blink is just treating <link>'s as="" as a pass-through string, but it should be treated as an enumerated attribute (like, e.g., referrerpolicy="").
This will also likely impact the preload implementation, which should be using the attribute state, not the verbatim attribute. (So, e.g., it should treat "asdf" as "", and "SCRIPT" as "script".)
Comment 1 by dominicc@chromium.org
, May 2 2017Owner: dominicc@chromium.org
Status: Assigned (was: Untriaged)