Skip to content

Conversation

@DarkSwoop
Copy link

The object tag breaks the display of the usages-table. Fixed that one.

@stffn
Copy link
Owner

stffn commented Sep 23, 2012

Can you point me to a resource that says is invalid? Which browser has problems?

@DarkSwoop
Copy link
Author

Using the validator on http://validator.w3.org mentions errors for using the self closing syntax on the object tag. At least it breaks the output in Firefox 13 and every current webkit-based browser when using the html5 doctype.

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <title>test</title>

</head>
<body>
  <object id="graph" data="" type="image/svg+xml" style="max-width:100%;margin-top: 0.5em" />
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants