1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 14:54:17 +01:00

Simplify isolation of hints from page styles.

This commit is contained in:
Kris Maglione
2010-12-20 15:53:56 -05:00
parent f03656fd87
commit 11d938f0b8
3 changed files with 58 additions and 63 deletions

View File

@@ -13,9 +13,14 @@
</content>
</binding>
<binding id="magic" inheritstyle="false">
<binding id="hints" inheritstyle="false">
<implementation>
<field name="hints">
document.getAnonymousElementByAttribute(this, "anonid", "hints");
</field>
</implementation>
<content>
<html:span xbl:inherits="dactyl:highlight=dactyl:highlight,number,style,text" />
<html:div anonid="hints"/>
</content>
</binding>