![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
Thomas 'PointedEars' Lahn meinte: You're right. And the moon consists of green cheese. [psf 4.17] I'm not a hundred percent positive about the "green". But "cheese" - yes: Wallace and Gromit verified that [1]. |

#22
| |||
| |||
|
|
Sun, 25 May 2008 21:50:22 -0700 (PDT), /VK/: var b = document.createElement('BUTTON'); b.type = 'button"; is safe to use on any modern browser with document.createElement support because it is "standards-compliant"? Right? Or not right? Doesn't seem standards-compliant as the 'type' attribute of HTMLButtonElement objects is defined to be read-only. |
#23
| |||
| |||
|
|
Stanimir Stamenkov wrote: Doesn't seem standards-compliant as the 'type' attribute of HTMLButtonElement objects is defined to be read-only. One wonders, though, why that is, given that the `type' attribute of HTML 4.01/XHTML 1.0 BUTTON/button elements may assume one of three possible values: http://www.w3.org/TR/1999/REC-html40...ml#edef-BUTTON http://www.w3.org/TR/2000/REC-xhtml1...ml1-strict.dtd Seems like an obvious error in the DOM 2 HTML Specification to me. |
![]() |
| Thread Tools | |
| Display Modes | |
| |