Confirmed users
146
edits
Comrade693 (talk | contribs) (→<html:repeat>: Fixed title and added description to attempt to describe it better) |
|||
Line 30: | Line 30: | ||
=== Javascript and XBL === | === Javascript and XBL === | ||
Ideally, we would like to implement as much of this as possible with | Ideally, we would like to implement as much of this as possible with JavaScript and XBL. | ||
Pros: | Pros: | ||
Line 39: | Line 39: | ||
* Not always the fastest thing available | * Not always the fastest thing available | ||
* May be waiting for DOM Content to load, resulting in strange behavior with slow connections or large pages. | * May be waiting for DOM Content to load, resulting in strange behavior with slow connections or large pages. | ||
* We can't develop core objects which aren't elements such as ValidityState, RepetitionEvent, etc. in XBL/JS. | |||
=== C++ === | === C++ === |