This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
BC break: contenteditable and draggable attribute types
These are now enum { 'true', 'false' }
attributes instead of bool
, to match the HTML specification. attr=false
is not valid for boolean attributes (either in XHP or the specification), but is valid for these.