(www-format-encode-string): Add "tooltip" and "tooltiptext" for HNG
authorMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 7 Jun 2016 05:30:06 +0000 (14:30 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Tue, 7 Jun 2016 05:30:06 +0000 (14:30 +0900)
images.

cwiki-common.el

index 8777b1f..55ebc56 100644 (file)
@@ -980,12 +980,18 @@ style=\"vertical-align:middle\">"
                    (char-to-string (decode-char 'ascii (+ 96 subcode)))))
            (replace-match
             (format
-             "<img alt=\"HNG%s-%04d%s\" src=\"%s/%s/%04d%s.png\"
-style=\"vertical-align:middle; width: 48px; height: 48px\">"
+             "<div class=\"tooltip\"><img alt=\"HNG%s-%04d%s\" src=\"%s/%s/%04d%s.png\" style=\"
+vertical-align:middle; width: 48px; height: 48px\"><span
+class=\"tooltiptext\">%s</span></div>"
              plane code subcode
              chise-wiki-hng-bitmap-glyphs-url
              plane code subcode
-             www-format-char-img-style)
+             (charset-description
+              (car (find (format "HNG%s-" plane)
+                         coded-charset-entity-reference-alist
+                         :test (lambda (key cell)
+                                 (string= key (nth 1 cell))))))
+             )
             t 'literal))
 
          (goto-char (point-min))