Skip to content

Commit

Permalink
index.html: Length hacks come first
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Feb 3, 2016
1 parent 9f82b2f commit 30cdbb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h2>Hacks researched:</h2>
<ul>
<li>The <code>property: value\9;</code> family of hacks
<ul>
<li><a href="property-value-backslash-9/background-color/"><code>background-color: color\9;</code></a></li>
<li><a href="property-value-backslash-9/length/"><code>length-property: length\9;</code></a></li>
<li><a href="property-value-backslash-9/background-color/"><code>background-color: color\9;</code></a></li>
</ul>
</li>
<li>The <code>property: value&nbsp;\9;</code> <strong>(note the space)</strong> family of hacks
Expand All @@ -49,8 +49,8 @@ <h2>Hacks researched:</h2>
</li>
<li>The <code>property: value\0;</code> family of hacks
<ul>
<li><a href="property-value-backslash-0/background-color/"><code>background-color: color\0;</code></a></li>
<li><a href="property-value-backslash-0/length/"><code>length-property: length\0;</code></a></li>
<li><a href="property-value-backslash-0/background-color/"><code>background-color: color\0;</code></a></li>
</ul>
</li>
<li>The <code>property: value&nbsp;\0;</code> <strong>(note the space)</strong> family of hacks
Expand Down

0 comments on commit 30cdbb6

Please sign in to comment.