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

BC break: contenteditable and draggable attribute types

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.