Open
Description
Should the rel
attribute be valid on the iframe
element? The purpose of rel
is to describe the relation of a linked resource to the current document. The iframe
element is essentially a link that happens to be rendered within its parent document, thus it seems reasonable that it should support the rel
attribute.
Currently rel
is only valid on link
, a
, area
, and form
.
For context, in a REST API, I'd like to use a custom link relation on an iframe
to indicate to the client what type of resource is being referenced by the iframe
.