mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Add for <picture> to 'html-tag-alist' and 'html-tag-help'
* lisp/textmodes/sgml-mode.el (html-tag-alist): Add very basic skeleton. (html-tag-help): Add description.
This commit is contained in:
parent
f2de11f1f0
commit
75a36bde59
1 changed files with 2 additions and 0 deletions
|
|
@ -2112,6 +2112,7 @@ This defaults to `sgml-quick-keys', which see."
|
|||
("param" t ("name") ("value")
|
||||
("valuetype" ("data") ("ref") ("object")) ("type"))
|
||||
("person") ;; Tag for person's name tag deprecated in HTML 3.2
|
||||
("picture" \n) ;TODO: suggest inserting <source> and <img>
|
||||
("pre" \n)
|
||||
("progress" nil ("value") ("max"))
|
||||
("q" nil ("cite"))
|
||||
|
|
@ -2261,6 +2262,7 @@ This defaults to `sgml-quick-keys', which see."
|
|||
("panel" . "Floating panel")
|
||||
("param" . "Parameters for an object")
|
||||
("person" . "Person's name")
|
||||
("picture" . "Picture")
|
||||
("pre" . "Preformatted fixed width text")
|
||||
("progress" . "Completion progress of a task")
|
||||
("q" . "Quotation")
|
||||
|
|
|
|||
Loading…
Reference in a new issue