The Open Web Platform is a repository of open (royalty-free) technologies that enable the Web. Using the Open Web Platform, everyone has the right to implement a software component of the Web without requiring any approvals or waiving licensing fees.
The Open Web Platform
http://www.w3.org/wiki/Open_Web_Platform
html
dom
dom is an application programming interface for valid html and well-formed XML documents. The dom defines the logical structure of documents and the way a document is accessed and manipulated.
The dom allows programmers to build documents, navigate their structure, and add, modify, or delete elements and content. Anything found in an html or xml document can be accessed, changed, deleted, or added using the dom, with a few exceptions - in particular, the dom interfaces for the xml internal and external subsets have not yet been specified.
DOM defines the event and document model the Web platform uses. The DOM is a language- and platform neutral interface that allows programs and scripts to dynamically access and update the content and structure of documents.
http://www.w3.org/TR/domcore/" title="DOM4">
http://www.w3.org/wiki/DOM
css
svg
MathML
Web apis
- html Canvas 2ed Context, WebGL
- Audio
- Indexed Database, Web Storage
- File, File System, File Writer
- History, contentEditable, Drag and Drop, html Editing Commands
- Web Sockets
- Web Workers
- Server-Sent Events
- XMLHttpRequest
- Geolocation, Device Orientation
- dom Events, Touch Events, Progress Events
- Clipboard and Events
- Web Notifications, Web Messaging
- Offline Web Applications
- Media Capture api
- Timing Control for Script-Based Animations, Page Visibility, Navigation Timing, Resource Timing
- Selectors
- dom Traversal, dom XPath, Element Traversal
EcmaScript/JavaScript
EcmaScript defines the normative specification for JavaScript.
JavaScript is the main programming language used on the Web for manipulating information (dom) inside the browser. The dom is the way the browser represents information about a document in memory.
http://www.w3.org/wiki/Javascript
http
http://www.w3.org/wiki/HTTP
uri
uri is the formalism for defining identifiers on the Web.
http://www.w3.org/wiki/URI
Media Accessibility Checklist
http://www.w3.org/wiki/HTML/MediaAccessibilityChecklist