Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBasic support for <object> #1636
Closed
Milestone
Comments
|
@SimonSapin Thanks for the suggestion! |
Merged
bors-servo
pushed a commit
that referenced
this issue
Feb 20, 2014
|
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Needed for #1366 (Acid2). CC @recrack
The
<object>element is kind of a mix of<img>and<iframe>. As a first step (which should be enough for Acid2), I suggest we treat it like<img>with two differences:dataattribute instead ofsrc,</object>closing tag) instead of thealtattribute. (As with<img alt>, the fallback is not shown at all when the resource does load.)