A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Diagrams in HTML

From WHATWG Wiki
Revision as of 03:08, 1 April 2008 by Hixie (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Please put ideas for what it should look like here.

Each example should have a green circle, with an embedded HTML table.

Hardcoded element names

 <p>
   Hello world.
   <svg viewbox="0 0 10 10">
     <circle x=5 y=5 r=5 stroke=green>
     <foreignObject> <table><tr><td>1<td>2<tr><td>3<td>4</table> </foreignObject>
   </svg>
 </p>

<ext>

 <p>Hello world. <ext><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 10 10"><circle x="5" y="5 r="5" stroke="green"/></svg></ext> </p>

(The <ext> element would have a name that doesn't clash with existing content. Inside you can use XML.)