Skip to content

Commit

Permalink
Simplify test page and begin highlighting using current. Address #5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed Jan 10, 2013
1 parent d6c6700 commit cc66ded
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 40 deletions.
12 changes: 10 additions & 2 deletions line.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 2 additions & 38 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,8 @@ <h3>object</h3>
<h3>embed (w. type)</h3>
<embed src="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">

<h3>embed (wo. type)</h3>
<embed src="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">

<h3>embed (w. type) in object</h3>
<object data="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
</object>

<h3>embed (wo. type) in object</h3>
<object data="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">
</object>
<h3>embed + current</h3>
<embed src="line.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0&current" type="image/svg+xml">
</div>

<div class="box">
Expand All @@ -52,19 +42,6 @@ <h3>object</h3>

<h3>embed (w. type)</h3>
<embed src="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">

<h3>embed (wo. type)</h3>
<embed src="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">

<h3>embed (w. type) in object</h3>
<object data="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
</object>

<h3>embed (wo. type) in object</h3>
<object data="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="bar.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">
</object>
</div>

<div class="box">
Expand All @@ -75,17 +52,4 @@ <h3>object</h3>

<h3>embed (w. type)</h3>
<embed src="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">

<h3>embed (wo. type)</h3>
<embed src="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">

<h3>embed (w. type) in object</h3>
<object data="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
</object>

<h3>embed (wo. type) in object</h3>
<object data="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0" type="image/svg+xml">
<embed src="circle.svg?0,4,7,10,8,12,5,10,4,0,-3,-6,-4,2,7,8,10,14,25,16,9,7,3,0">
</object>
</div>

0 comments on commit cc66ded

Please sign in to comment.