From b5937b456ccbef7ce45c7a0d66b29180da784531 Mon Sep 17 00:00:00 2001 From: Atul Varma Date: Fri, 6 Apr 2012 19:14:48 -0400 Subject: [PATCH] tooltip docs are now shown for h2-h6. --- static-files/easy-remix-dialog/index.html | 9 +++++++-- static-files/easy-remix-dialog/sample.html | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/static-files/easy-remix-dialog/index.html b/static-files/easy-remix-dialog/index.html index 2c548d3..4e33899 100644 --- a/static-files/easy-remix-dialog/index.html +++ b/static-files/easy-remix-dialog/index.html @@ -254,9 +254,14 @@

Preview

function addDocumentation(rendered) { var BASE_MDN_HTML_URL = "https://developer.mozilla.org/en/HTML/"; var BASE_MDN_HTML_ELEM_URL = BASE_MDN_HTML_URL + "Element/"; - + function getElementDocs() { - var keyName = "html-element-docs:" + $(this).text(); + var elementName = $(this).text(); + + if (elementName.match(/^h[1-6]$/)) + elementName = "h1"; + + var keyName = "html-element-docs:" + elementName; if (jQuery.locale.has(keyName)) return jQuery.locale.get(keyName); return ""; diff --git a/static-files/easy-remix-dialog/sample.html b/static-files/easy-remix-dialog/sample.html index b6d048d..0fad318 100644 --- a/static-files/easy-remix-dialog/sample.html +++ b/static-files/easy-remix-dialog/sample.html @@ -18,7 +18,7 @@

Sample Remix HTML

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

-

Here is starting HTML.

+
Here is starting HTML.

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.