[Bese-devel] <:nav-element and :placeholder-argument
Christoph-Simon Senjak
christoph.senjak at googlemail.com
Sat Nov 29 01:17:49 UTC 2014
Hello.
For my site I manually changed yaclml the following way:
1. in src/tags/html4.lisp, I added "placeholder" to the arguments of
<:input, and the line
(def-html-tag <:nav :core :event :i18n)
2. and subsequently in src/package.lisp, I added #:nav to the exports.
Both things are useful, maybe they could be put into the main darcs repo?
Best regards
Christoph
PS: Sorry for sending this E-Mail twice.
PPS: The diffs are:
*** packages.lisp 2014-11-29 02:05:32.045211373 +0100
--- packages.lisp~ 2014-11-29 01:32:17.731322104 +0100
***************
*** 71,77 ****
(:documentation "YACLML programmatic HTML generation.")
(:use)
(:export
- #:nav
;; HTML4
#:a #:abbr #:acronym #:address #:area #:b #:base #:bdo #:big
#:blockquote #:body #:br #:button #:caption #:cite #:code #:col
--- 71,76 ----
*** html4.lisp 2014-11-29 02:08:10.405996642 +0100
--- html4.lisp_ 2014-11-29 02:07:58.817939180 +0100
***************
*** 261,268 ****
usemap
width)
- (def-html-tag <:nav :core :event :i18n)
-
(def-empty-html-tag <:input :core :event :i18n
accept
accesskey
--- 261,266 ----
***************
*** 283,290 ****
usemap
value
width
! height
! placeholder)
(def-html-tag <:ins :core :event :i18n
cite
--- 281,287 ----
usemap
value
width
! height)
(def-html-tag <:ins :core :event :i18n
cite
More information about the bese-devel
mailing list