Tetsuharu OHZEKI
|
0fccf5e386
|
Split TCast::to into TCast::to_unchecked and TCast::to.
|
2014-03-20 23:41:59 +09:00 |
|
Lars Bergstrom
|
bbac8aa5c3
|
Rust upgrades
|
2014-03-18 09:30:35 -05:00 |
|
lpy
|
b73eb563b0
|
Add empty text check for first child of pre in innerHTML.(fixes #1743)
|
2014-02-26 14:30:13 +08:00 |
|
Ms2ger
|
870ccd95d2
|
Remove DocumentTypeId.
|
2014-02-24 22:35:28 +01:00 |
|
Josh Matthews
|
625325434b
|
Implement JSManaged for DOM objects.
|
2014-02-24 15:16:42 -05:00 |
|
Adam Sinnett
|
ffcd3833de
|
Change Text, Comment and ProcessingInstructions parent name from element to characterdata
All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes.
closes #1594
|
2014-02-15 13:52:33 -08:00 |
|
Bruno de Oliveira Abinader
|
aa4b5bb948
|
Implement ProcessingInstruction DOM interface
Spec:
http://dom.spec.whatwg.org/#interface-processinginstruction
Closes #1619.
|
2014-02-06 14:41:55 -04:00 |
|
Simon Sapin
|
624e2714d4
|
Move script::dom::namespace into util, in order to use it from style later.
|
2014-01-25 12:14:06 -08:00 |
|
James Graham
|
7aee1cae84
|
Implement innerHTML getter for HTML documents
XML case is not yet implemented.
|
2014-01-14 13:10:05 +00:00 |
|