changeset 597:722004cc4375 draft dev

Add "manifest" to link attribute completion
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Oct 2022 10:21:51 +0859
parents 923a6c0183be
children ebe2b7a66b9d
files yahtml.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yahtml.el	Thu Sep 29 10:23:48 2022 +0900
+++ b/yahtml.el	Sat Oct 08 10:21:51 2022 +0859
@@ -1185,7 +1185,7 @@
 (defvar yahtml-link-types-alist 
   '(("alternate") ("stylesheet") ("start") ("next") ("prev")
     ("contents") ("index") ("glossary") ("chapter") ("section")
-    ("subsection") ("appendix") ("help") ("bookmark")))
+    ("subsection") ("appendix") ("help") ("bookmark") ("manifest")))
 
 (defvar yahtml-content-types-alist
   '(("text/css") ("text/html") ("text/plain") ("text/richtext")
@@ -1620,7 +1620,7 @@
       (concat
        (yahtml-make-optional-argument "rel" rel)
        (yahtml-make-optional-argument
-	"type" (yahtml-read-parameter "type" "text/css"))
+	"type" (yahtml-read-parameter "type"))
        (yahtml-make-optional-argument
 	"href"
 	(read-from-minibuffer-with-history

yatex.org