https://github.com/mozilla/gecko-dev
Raw File
Tip revision: fad4a899fb2e71b9c6be39e96d0aa9e9ff6ea905 authored by ffxbld on 05 December 2012, 13:54:33 UTC
Added FENNEC_18_0b3_RELEASE FENNEC_18_0b3_BUILD1 tag(s) for changeset 4b836eb33bd4. DONTBUILD CLOSED TREE a=release
Tip revision: fad4a89
t120403-content-none-00-c-test.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS 2.1 Test Suite: Counter properties on 'content: none' pseudo-elements</title>
  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#q9"/>
  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counters"/>
  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
  <style type="text/css">

  div { counter-reset: c }
  #one:before { counter-increment: c }
  #two:before { content: counter(c) }

  </style>
 </head>
 <body>


 <div><span id="one"></span><span id="two"></span></div>

 </body>
</html>
back to top