Index of /html/global-attributes/contenteditable

Icon  Name                     Last modified      Size  Description
[DIR] Parent Directory - [TXT] 001.htm 09-Sep-2007 15:50 275 contenteditable set to "x-test" [TXT] 002.htm 09-Sep-2007 15:02 271 contenteditable set to "true " [TXT] 003.htm 09-Sep-2007 15:02 307 contenteditable set to "faLSe" [TXT] 004.htm 09-Sep-2007 15:02 270 contenteditable set to "trUE" [TXT] 005.htm 09-Sep-2007 15:02 321 contenteditable set to "inherit" (part one) [TXT] 006.htm 09-Sep-2007 15:02 324 contenteditable set to "inherit" (part two) [TXT] 007.htm 09-Sep-2007 15:02 324 contenteditable set to "x-test" (inside "true") [TXT] 008.htm 09-Sep-2007 15:02 323 contenteditable set to "false" (inside "true") [TXT] 009.htm 09-Sep-2007 15:02 291 contenteditable set to "inherit" (part three) [TXT] 010.htm 09-Sep-2007 15:50 308 contenteditable set to nothing [TXT] 011.htm 09-Sep-2007 15:02 271 contenteditable set to " true" [TXT] 012.htm 09-Sep-2007 15:50 272 contentEditable DOM attribute: no content attribute [TXT] 013.htm 09-Sep-2007 15:50 314 contentEditable DOM attribute: set to "TRUE" [TXT] 014.htm 09-Sep-2007 15:50 330 contentEditable DOM attribute: set to "İnherit" [TXT] 015.htm 09-Sep-2007 15:50 330 contentEditable DOM attribute: set to "ınherit" [TXT] 016.htm 09-Sep-2007 15:50 317 contentEditable DOM attribute: set to "faLSE" [TXT] 017.htm 09-Sep-2007 15:50 356 contentEditable DOM attribute: set to "x-test" [TXT] 018.htm 09-Sep-2007 15:53 362 contentEditable DOM attribute: set to "inherit"
The first eleven tests rely on the isContentEditable DOM attribute.

Internet Explorer 7 fails test 010.htm because it does not separate DOM
attributes from content attributes very well. It fails test 017.htm because
it does not support the exception specified by HTML5 (it throws an internal
exception instead). It fails test 018.htm because HTML5 specifies something
different there probably to prevent the amount of attribute values for the
content attribute to increase to three.

Should probably also test:

 * contenteditable= and tables
 * event dispatching