Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dom: add form length, fix document.getElementsByName("") | bptato | 2025-01-05 | 1 | -0/+1 |
| | |||||
* | script: improve defineConsts | bptato | 2024-12-30 | 1 | -0/+2 |
| | | | | | | Well, I guess this works for now, but something is still wrong. In Gecko, document.__proto__ === Document.__proto__, but in Chawan, it isn't. | ||||
* | dom: implement HTMLDocument, make Image C/W | bptato | 2024-11-22 | 1 | -4/+5 |
| | | | | | | | | | | * add HTMLDocument as alias to Document * set Image as configurable/writable So looking closer, HTMLDocument *is* specified, just major browsers don't follow the spec. I doubt this incompatibility causes issues, anyway. | ||||
* | dom: add document named property getter, update monoucha | bptato | 2024-11-22 | 1 | -7/+26 |
| | |||||
* | test: add js & layout tests | bptato | 2024-04-21 | 1 | -0/+11 |
(Sadly some layout tests still fail.) |