- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 09:16:29 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec/images
In directory hutz:/tmp/cvs-serv17578/images
Modified Files:
content-venn.svg
Log Message:
Try to make <button> not scoping, for compat. (whatwg r5032)
Index: content-venn.svg
===================================================================
RCS file: /sources/public/html5/spec/images/content-venn.svg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- content-venn.svg 2 Apr 2010 07:16:32 -0000 1.3
+++ content-venn.svg 13 Apr 2010 09:16:27 -0000 1.4
@@ -17,7 +17,7 @@
</style>
<g class="a" transform="translate(2, -3)">
<ellipse rx="244" ry="132"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(-2, 3)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(-2, 3)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Flow content</h1>
<ul>
@@ -110,7 +110,7 @@
</g>
<g class="b" transform="translate(127, -48.5)">
<ellipse rx="75" ry="42.5"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(-127, 48.5)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(-127, 48.5)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Heading content</h1>
<ul>
@@ -128,7 +128,7 @@
</g>
<g class="c" transform="translate(125, 42)">
<ellipse rx="75" ry="42.5"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(-125, -42)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(-125, -42)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Sectioning content</h1>
<ul>
@@ -143,7 +143,7 @@
</g>
<g class="d" transform="translate(-113, 78)">
<ellipse rx="117" ry="47" transform="rotate(-15)"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(113, -78)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(113, -78)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Metadata content</h1>
<ul>
@@ -162,7 +162,7 @@
</g>
<g class="e" transform="translate(-128, -34)">
<ellipse rx="94" ry="51"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(128, 34)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(128, 34)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Interactive content</h1>
<ul>
@@ -189,7 +189,7 @@
</g>
<g class="f" transform="translate(-40.5, -5)">
<ellipse rx="76.5" ry="80"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(40.5, 5)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(40.5, 5)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Phrasing content</h1>
<ul>
@@ -253,7 +253,7 @@
</g>
<g class="g" transform="translate(-42, -7)">
<ellipse rx="68" ry="22.5"/>
- <foreignObject x="250" y="-150" width="500" transform="translate(42, 7)">
+ <foreignObject x="250" y="-150" width="500" height="288" transform="translate(42, 7)">
<div xmlns="http://www.w3.org/1999/xhtml">
<h1>Embedded content</h1>
<ul>
Received on Tuesday, 13 April 2010 09:16:30 UTC