Currently, the following markup confuses CodeRay: ``` html <textarea disabled> This text area has been disabled. </textarea> ``` The file `test1.xml` hosted [here](https://issues.apache.org/jira/browse/XALANC-519) has a good list of attributes that do not require a value, although there are new boolean attributes in the HTML5 spec: - `<iframe>`: `seamless` and `sandbox` ([source](http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element)) - `<style>`: `scoped` ([source](http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element))