1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 13:04:12 +01:00

Try harder not to count invisible elements in <count>gi.

This commit is contained in:
Kris Maglione
2010-10-17 17:18:00 -04:00
parent b542c6b0b4
commit 699b487ab2
3 changed files with 6 additions and 3 deletions

View File

@@ -254,14 +254,14 @@
\ p<str delim="">:first-line</str> { <em>font-variant</em>: <str delim="">small-caps</str>; }
\ div<em>#side-bar</em> > <str delim="">:first-child</str> { <em>display</em>: <str delim="">none</str>; }</code>
<code><ex>:command</ex> <str delim="">do-some-stuff</str>
<code><ex>:command!</ex> <str delim="">do-some-stuff</str>
\ <em>-description</em> <str>A command which does some stuff in JavaScript</str>
\ <ex>:javascript</ex> &lt;&lt;<em>EOF</em>
\ window.do(<str>some</str>);
\ window.do(<str>stuff</str>);
\<em>EOF</em></code>
<code><ex>:command</ex> <str delim="">do-some-stuff</str>
<code><ex>:command!</ex> <str delim="">do-some-stuff</str>
\ <em>-description</em> <str>A command which does some stuff in JavaScript</str>
\ <ex>:javascript</ex>
\\ window.do(<str>some</str>);