Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki

This commit is contained in:
Jacques Distler 2010-05-22 15:21:52 -05:00
commit 3bfbb7736d

View file

@ -389,7 +389,7 @@ It is copied as a standard HTML attribute.
HTML4Attributes = {}
coreattrs = [:id, :class, :style, :title]
coreattrs = [:id, :class, :style, :title, :accesskey, :contenteditable, :dir, :draggable, :spellcheck, :tabindex]
i18n = [:lang, 'xml:lang'.to_sym]
events = [
:onclick, :ondblclick, :onmousedown, :onmouseup, :onmouseover,