| - Document Object Model (DOM) WG
- Not actually an object model (though one is implied)
- Provides a generalized tree-oriented API for HTML and
XML document structures
- (There is also a widely used stream-oriented XML API
called SAX that was produced outside of W3C.)
- DOM Level 1 done, Level 2 in progress
- I18N (Internationalization) WG
- Coordinates I18N issues among W3C WGs and between W3C
and outside standards organizations (in particular, the Unicode
Consortium)
- Responsible for the W3C character model
- Example: is "ętre" ę + tre or e + ^ + tre?
| |