Changes between Initial Version and Version 1 of Ticket #15079, comment 2
- Timestamp:
- Mar 27, 2012, 3:32:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15079, comment 2
initial v1 1 1 Thanks Bill. I hadn't seen #11808. If that bug will 'fix' the toDom behaviour then fantastic. We'll then be able to use <video> etc. tags in _TemplatedMixin templates successfully, which currently fails in IE8 because it uses toDom(), which is how I ended up on the domConstruct.create() path. 2 2 3 (1) may be invalid if you mandate "you must write code like domConstruct.create('VIDEO')" but that doesn't seem good enough to me.. I feel the average developer is quite likely to write lowercase and the browsers don't seem to enforce the case sensitivity enough, see ejohn.org/blog/nodename-case-sensitivity/3 (1) may be invalid if you mandate "you must write code like domConstruct.create('VIDEO')" but that doesn't seem good enough to me.. I feel the average developer is quite likely to write lowercase and the browsers don't seem to enforce the case sensitivity enough, see http://ejohn.org/blog/nodename-case-sensitivity/