Skip to content

Instantly share code, notes, and snippets.

@cybear
Created June 14, 2012 20:24
Show Gist options
  • Save cybear/2932726 to your computer and use it in GitHub Desktop.
Save cybear/2932726 to your computer and use it in GitHub Desktop.
PSP browser document.body attributes
aLink: string
attributes: object
background: string
bgColor: string
childNodes: object
className: string
clientHeight: number
clientWidth: number
dir: string
firstChild: object
id: string
innerHTML: undefined
lang: string
lastChild: object
link: string
nextSibling: object
nodeName: string
nodeType: number
nodeValue: object
offsetHeight: number
offsetLeft: number
offsetTop: number
offsetWidth: number
onclick: object
ondblclick: undefined
onkeydown: object
onkeypress: object
onkeyup: object
onload: object
onmousedown: object
onmousemove: object
onmouseout: object
onmouseover: object
onmouseup: object
onunload: object
ownerDocument: object
parentNode: object
previousSibling: object
style: object
tagName: string
text: undefined
title: string
vLink: string
addEventListener: function
appendChild: function
cloneNode: function
dispatchEvent: function
getAttribute: function
getAttributeNode: function
getElementsByTagName: function
hasChildNodes: function
insertBefore: function
normalize: function
removeAttribute: function
removeAttributeNode: function
removeChild: function
removeEventListener: function
replaceChild: function
setAttribute: function
setAttributeNode: function
toString: function
valueOf: function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment