Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

BC break: contenteditable and draggable attribute types

Compare
Choose a tag to compare
@fredemmott fredemmott released this 28 Mar 21:12

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.