diff --git a/common/content/help.xsl b/common/content/help.xsl index 8f035328..03de7060 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -8,37 +8,108 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:str="http://exslt.org/strings" xmlns:exsl="http://exslt.org/common" - extension-element-prefixes="str"> + extension-element-prefixes="exsl str"> + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + @@ -50,8 +121,8 @@ - + @@ -76,13 +147,16 @@ - -

Contents

- - - - -
+ + + +

Contents

+ + + + +
+
@@ -273,59 +347,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/common/content/hints.js b/common/content/hints.js index 211dae11..bfc531b1 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -58,9 +58,9 @@ function Hints() //{{{ V: Mode("View hint source in external editor", function (elem, loc) buffer.viewSource(loc, true), extended), y: Mode("Yank hint location", function (elem, loc) util.copyToClipboard(loc, true)), Y: Mode("Yank hint description", function (elem) util.copyToClipboard(elem.textContent || "", true), extended), - c: Mode("Open context menu", function (elem) buffer.openContextMenu(elem), extended), - i: Mode("Show image", function (elem) liberator.open(elem.src), images), - I: Mode("Show image in a new tab", function (elem) liberator.open(elem.src, liberator.NEW_TAB), images) + c: Mode("Open context menu", function (elem) buffer.openContextMenu(elem), extended), + i: Mode("Show image", function (elem) liberator.open(elem.src), images), + I: Mode("Show image in a new tab", function (elem) liberator.open(elem.src, liberator.NEW_TAB), images) }; /** @@ -412,8 +412,7 @@ function Hints() //{{{ if (!rect) continue; - imgSpan = util.xmlToDom(, doc); - imgSpan.setAttributeNS(NS.uri, "class", "HintImage"); + imgSpan = util.xmlToDom(, doc); imgSpan.style.left = (rect.left + offsetX) + "px"; imgSpan.style.top = (rect.top + offsetY) + "px"; imgSpan.style.width = (rect.right - rect.left) + "px"; diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 0aaff2d7..c76d62d8 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -261,9 +261,9 @@

The following preferences are set:

    -
  • dom.popup_allowed_events
  • -
  • accessibility.typeaheadfind.autostart
  • -
  • accessibility.typeaheadfind
  • +
  • dom.popup_allowed_events
  • +
  • accessibility.typeaheadfind.autostart
  • +
  • accessibility.typeaheadfind