- Add full Telegram bot functionality with Z.AI API integration
- Implement 4 tools: Bash, FileEdit, WebSearch, Git
- Add 3 agents: Code Reviewer, Architect, DevOps Engineer
- Add 6 skills for common coding tasks
- Add systemd service file for 24/7 operation
- Add nginx configuration for HTTPS webhook
- Add comprehensive documentation
- Implement WebSocket server for real-time updates
- Add logging system with Winston
- Add environment validation
🤖 zCode CLI X - Agentic coder with Z.AI + Telegram integration
14 lines
677 B
Markdown
14 lines
677 B
Markdown
# Document Object Model (DOM) Conformance Test Suites
|
|
|
|
http://www.w3.org/DOM/Test/
|
|
|
|
Since domino doesn't implement deprecated DOM features some tests are no longer relevant. These tests have been moved to the `obsolete` directory so that they are excluded from the suite.
|
|
|
|
## Attributes vs. Nodes
|
|
|
|
The majority of the excluded level1/core tests expect Attributes to inherit from the Node interface which is no longer required in DOM level 4. Also `Element.attributes` no longer returns a NamedNodeMap but a read-only array.
|
|
|
|
## Obsolete Attributes
|
|
|
|
Another big hunk of excluded tests checks the support of reflected attributes that have become obsolete in HTML 5.
|