-
Notifications
You must be signed in to change notification settings - Fork 15
v0.1
Raynos edited this page Oct 29, 2011
·
5 revisions
- partial shim : means the implementation is only partially correct. Either because it's hard or impossible
- unstable shim : means the shim does not work stably across browser either due to bugs or because IE8 is stupid.
If nothing is mentioned then assume it is complete and stable.
- Constructor
- doctype : unstable, partial
- adoptNode : partial
- createElementNS : partial
- createEvent : partial
- getElementsByClassName : partial
- importNode
- constants
- name : unstable, partial
- createDocumentType : partial
- getElementByClassName : partial
- classList : partial
- childElementCount
- nextElementSibling
- previousElementSibling
- lastElementChild
- firstElementChild
- contants
- constructor
- initEvent
- contants
- firstChild
- lastChild
- nextsibling
- nodeName : unstable
- nodeType : unstable
- nodeValue
- parentElement
- previousSibling
- textContent
- appendChild
- cloneNode
- compareDocumentPosition
- contains
- hasChildNodes
- insertBefore : partial
- isDefaultNamespace
- isEqualNode
- isSameNode
- lookupNamespaceURI
- lookupPrefix
- ownerDocument : partial
- removeChild : partial
- replaceChild