mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
Merge branch 'master' of git@github.com:subtleGradient/javascript.tmbundle
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
{"tool_tip_prefix":"<style type=\"text\/css\" media=\"screen\">\nbody {\n background: transparent;\n\/* opacity: 0.9;*\/\n}\nhtml,body,table{font-size:10px; font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, sans-serif;}\ntable{-webkit-border-radius:1ex;background-color:#fff;border:2px solid #eee;width:auto;}\ntd.declaration{width:15em;}\ntd.comp{-webkit-border-radius:1ex;}\n\n\/*COMPATIBILITY TABLES*\/\ntable.compatibility{line-height:140%;border-spacing:0.5em;position:relative;}\ntable.compatibility caption{border-top:1px dotted #9198C1;padding:10px 0;text-align:left;}\ntable.compatibility caption select{margin-left:5px;margin-right:7px;border:1px dotted #9198C1;}\nwbr:after{content:\"\u000200B\"}\ntr{width:100%;}\ntable.compatibility ul,table.compatibility ol{border:none;margin-bottom:0;}\ntable.compatibility td{vertical-align:top;}\ncol.IE{width:3em;}\ncol.FF{width:4em;}\ncol.Saf{width:4em;}\ncol.Op{width:4em;}\ncol.Rest{width:8em;}\ntr.compheader{background-color:#F2F3EF;}\ntr.compheader th{font-weight:normal;font-size:90%;color:#666666;}\ntr.compheader th:first-child{text-align:right;padding:1em;}\ntr.compheader:last-child th{border:none;}\ntd.header{background-color:#F2F3EF;padding:0.3em;}\ntd.header h3,td.header h4{margin-top:0.5em;text-align:center;}\ntd.declaration{background-color:#F2F3EF;text-align:right;padding-right:10px;color:#666666;}\ntd.declaration a{text-decoration:none;}\ndiv.name{font-weight:bold;margin-bottom:1em;margin-top:1em;}\ntd.comp{font-family:verdana,sans-serif;font-size:95%;text-transform:lowercase;text-align:center;height:3em;vertical-align:middle !important;}\ntable.keepCaps td.comp{text-transform:none;}\ntd.yes{background-color:#00882D;color:#ffffff;text-shadow:0 1px 1px #003211;}\ntd.almost{background-color:#40A662;color:#ffffff;text-shadow:0 1px 1px #297D47;}\ntd.incomplete{color:#00882D;border:1px solid #00882D;}\ntd.alternative{color:#666666;border:1px solid #666666;}\ntd.untestable{color:#006699;}\ntd.minimal{color:#CB000F;}\ntd.incorrect{color:#CB000F;border:1px solid #CB000F;}\ntd.inappropriate{background-color:#EFB2B7;text-shadow:0 1px 1px #fff;}\ntd.toomany{background-color:#CCE7D5;text-shadow:0 1px 1px #fff;}\ntd.buggy{background-color:#DA4C57;color:#ffffff;text-shadow:0 1px 1px #81272C;}\ntd.severebug{background-color:#82000A;color:#ffffff;text-shadow:0 1px 1px #410005;}\ntd.no{background-color:#CB000F;color:#ffffff;text-shadow:0 1px 1px #410301;}\ntd.crash{background-color:#535353;font-weight:bold;text-transform:uppercase;color:#ffffff;text-shadow:0 1px 1px #333;}\nb.warning{display:block;color:#F2F3EF;padding:0.5em;margin-right:-10px;margin-top:0.5em;background-color:#999999;text-shadow:0 1px 1px #666;}\ntd pre{padding:0;}\ntd pre + p{margin-top:2px;}\ntd th,td td{padding:1px !important;vertical-align:top;color:#666666;}\ntd th{text-align:left !important;}\n\ncite {\n -webkit-transition: right 1s ease-out, opacity 1s ease-out;\n position: relative;\n opacity: 0;\n right: 50%;\n \n display: block;\n float: right;\n -webkit-border-radius: 1ex;\n margin: 1ex auto 0;\n text-align: center;\n background: #111;\n color: #eee;\n line-height: 2em;\n padding: 0 1em;\n text-shadow: 0 1px 1px #000;\n border: 1px solid #222;\n}\n<\/style>\n<script>\nwindow.addEventListener('load',function(){\n \n var c = document.getElementsByTagName('cite')[0];\n c.style.right = '0px';\n c.style.opacity = '1';\n \n},false);\n<\/script>\n","suggestions":[
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">currentStyle<\/div>\n\t\tThe current style of the element, however this style is set\n\t\t<br \/><br \/><a href=\"tests\/style.html#currentStyle\">Test page<\/a>\n\t<b class=\"warning\">Microsoft<\/b>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.currentStyle<\/pre>\n\t<p>Returns the actual style of element <code>x<\/code>, even if this is not an inline\n\tstyle. It thus reports the result of all style declarations that work on element <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS currentStyle","match":"currentStyle","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getComputed<wbr>Style()<\/wbr><\/div>\n\t\tThe current style of the element, however this style is set\n\t\t<br \/><br \/><a href=\"tests\/style.html#getComputedStyle\">Test page<\/a>\n\t\t<b class=\"warning\">W3C<\/b>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>window.getComputedStyle(x,null).color<\/pre>\n\t<p>Read out the current color style of element <code>x<\/code>.<\/p><\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getComputedStyle()","match":"getComputedStyle","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"4\">\n\t\t<div class=\"name\">style<\/div>\n\t\tThe <em>inline<\/em> style of the element\n\t\t<br \/><br \/><a href=\"tests\/style.html#style\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp almost\" colspan=\"2\">Almost<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp almost\" colspan=\"2\">Almost<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp almost\">Almost<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style<\/pre>\n\t<p>Access the <em>inline<\/em> styles of element <code>x<\/code>. Styles defined in embedded,\n\tlinked or imported style sheets are not reported.<\/p>\n\t<p>You can also set it: <code>x.style.color = '#0000cc'<\/code>. This sets the <em>inline<\/em> style,\n\twhich of course overrules all other styles.<\/p>\n\t<ul>\n\t\t<li>Safari and Konqueror have trouble with reading out the <code>border<\/code> style that I use in my test.\n\t\tHowever, in general <code>style<\/code> works correctly in both browsers.<\/li>\n\t\t<li>IE5.5 and 6 have problems with setting the new <code>border<\/code> rule, but I suspect that's\n\t\tcaused by my template and not by the actual test. In general they support <code>style<\/code> changes\n\t\twell.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"3\">Yes<\/td>\n\t<td class=\"comp incomplete\">Read only\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/td><\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[0].style<\/pre>\n\t<p>Access the styles in the first rule of the second style sheet. These, too, can be set:<br \/>\n\t<code>document.styleSheets[1].cssRules[0].style.color = '#0000cc'<\/code><\/p>\n\t<p>(IE uses <code>rules<\/code> instead of <code>cssRules<\/code>, obviously.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS style","match":"style","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cssRules[]<\/div>\n\t\tAn array with all rules in a stylesheet.\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#cssRules\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1]<\/pre>\n\t<p>Access the second rule of the second style sheet in the document.<\/p><\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS cssRules[]","match":"cssRules","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">imports[]<\/div>\n\t\tAn array with all imported style sheets in a style sheet\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#imports\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].imports<\/pre>\n\t<p>Access all style sheets that are imported by the second style sheet in the document.<\/p>\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS imports[]","match":"imports","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rules[]<\/div>\n\t\tAn array with all rules in a stylesheet.\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#rules\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp incorrect\" colspan=\"4\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].rules[1]<\/pre>\n\t<p>Access the second rule of the second style sheet in the document.<\/p>\n\t<p><code>rules<\/code> does not contain <code>@import<\/code> declarations, while <code>cssRules<\/code>\n\tdoes.<\/p>\n\t<ul>\n\t\t<li>IE doesn't count <code>@import<\/code>s as rules, but splits up selectors like <code>p#test, ul<\/code>\n\t\tinto two rules.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS rules[]","match":"rules","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">styleSheets[]<\/div>\n\t\tAn array with all stylesheets in the document\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#styleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1]<\/pre>\n\t<p>Access the second style sheet (linked or embedded) in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS styleSheets[]","match":"styleSheets","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">addRule()<\/div>\n\t\tAdd a rule into a stylesheet the Microsoft way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#addRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].addRule('pre', 'font: 14px verdana')<\/pre>\n\t<p>Add the rule <code>pre {font: 14px verdana}<\/code> to the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS addRule()","match":"addRule","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteRule()<\/div>\n\t\tDelete a rule from a stylesheet the W3C way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#deleteRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].deleteRule(1)<\/pre>\n\t<p>Delete the second rule of the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS deleteRule()","match":"deleteRule","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertRule()<\/div>\n\t\tInsert a rule into a stylesheet the W3C way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#insertRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>var x = document.styleSheets[1];\nx.insertRule('pre {font: 14px verdana}',x.cssRules.length)<\/pre>\n\t<p>Insert the rule <code>pre {font: 14px verdana}<\/code> into the second style sheet in the document at the last position\n\t(<code>length<\/code> of the cssRules array).<\/p>\n\t<p>Unfortunately the second argument is required. It should default to <code>cssRules.length<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS insertRule()","match":"insertRule","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">removeRule()<\/div>\n\t\t Remove a rule from a stylesheet the Microsoft way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#removeRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].removeRule(1)<\/pre>\n\t<p>Remove the second rule from the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS removeRule()","match":"removeRule","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"8\">\n\t\t<div class=\"name\">cssText<\/div>\n\t\tThe CSS of a rule as a string.\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#cssText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style.cssText<\/pre>\n\t<p>Returns the entire inline style of element <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssText<\/pre>\n\t<p>Returns the entire content of the style sheet.<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].cssText<\/pre>\n\t<p>Returns the entire text of the rule (for instance <code>pre {font: 14px verdana;}<\/code>).<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.cssText<\/pre>\n\t<p>Returns all declarations of the rule (for instance <code>font: 14px verdana;<\/code>).<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS cssText","match":"cssText","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">disabled<\/div>\n\t\tWhether the stylesheet is disabled\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#disabled\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].disabled = true<\/pre>\n\t<p>Disable the second style sheet of the document. (Setting it to <code>false<\/code> enables the\n\tstyle sheet again).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS disabled","match":"disabled","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">href<\/div>\n\t\tThe href of a stylesheet\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#href\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes+<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheet[0].href<\/pre>\n\t<p>Get the <code>href<\/code> of the style sheet. This is a relative path in IE; a complete URL in all\n\tother browsers.<\/p>\n\t<ul>\n\t\t<li>IE allows you to change the <code>href<\/code>.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS href","match":"href","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">selectorText<\/div>\n\t\tThe selector of a rule as a string\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#selectorText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes+<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].selectorText<\/pre>\n\t<p>Get the selector text of the second rule in the second style sheet in the document.<\/p>\n\t<p>Note that some browsers return UPPER CASE selector texts even when the style sheet contains\n\tlower case selectors. Use <code>selectorText.toLowerCase()<\/code> for all your comparisions.<\/p>\n\t<ul>\n\t\t<li>Opera allows you to set the <code>selectorText<\/code>.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS selectorText","match":"selectorText","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">create<wbr>StyleSheet()<\/wbr><\/div>\n\t\tCreate a style sheet\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#createStyleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.createStyleSheet('extrastyle.css')<\/pre>\n\t<p>Create an extra style (sheet) and append it to the styleSheets[] array.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS createStyleSheet()","match":"createStyleSheet","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getProperty<wbr>Priority()<\/wbr><\/div>\n\t\tGet the property priority (<code>!important<\/code> or not)\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#getPropertyPriority\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.getPropertyPriority('color')<\/pre>\n\t<p>Returns <code>important<\/code> when the style is marked <code>!important<\/code>.<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getPropertyPriority()","match":"getPropertyPriority","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getProperty<wbr>Value()<\/wbr><\/div>\n\t\tGet the value of a style property\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#getPropertyValue\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.getElementById('test').style.getPropertyValue('color')\ndocument.styleSheets[1].cssRules[1].style.getPropertyValue('color')<\/pre>\n\t<p>Get the color declaration of the style object. This works on all style objects. Of course,\n\treading out <code>style.color<\/code> is much easier.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getPropertyValue()","match":"getPropertyValue","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">ownerNode<\/div>\n\t\tThe owner of a style sheet\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#ownerNode\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].ownerNode<\/pre>\n\t<p>Access the owner node of the style sheet, usually a <code><link><\/code> or a\n\t<code><style><\/code> tag.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS ownerNode","match":"ownerNode","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">parent<wbr>StyleSheet<\/wbr><\/div>\n\t\tThe stylesheet a declaration is part of\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#parentStyleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].parentStyleSheet<\/pre>\n\t<p>Access the parent style sheet of the rule, which is once again <code>document.styleSheets[1]<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS parentStyleSheet","match":"parentStyleSheet","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">remove<wbr>Property()<\/wbr><\/div>\n\t\tRemove a style declaration entirely\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#removeProperty\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incomplete\">Incom<wbr>plete<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.removeProperty('color')\ndocument.getElementById('test').style.removeProperty('color')<\/pre>\n\t<p>Remove the color declaration from the second rule of the second style sheet on the page or the\n\telement with ID=\"test\".<\/p>\n\t<ul>\n\t\t<li>Opera refuses to remove the last remaining property of a rule.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS removeProperty()","match":"removeProperty","image":"CSS"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">set<wbr>Property()<\/wbr><\/div>\n\t\tSet a style property\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#setProperty\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style.setProperty('color','#00cc00',null)\ndocument.styleSheets[1].cssRules[1].style.setProperty('color','#00cc00',null)<\/pre>\n\t<p>Set the color of <code>x<\/code> or the second rule in the second style sheet to green.<\/p>\n\t<p>As usual, the pointless <code>null<\/code> is required. (Default values, anyone?)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS setProperty()","match":"setProperty","image":"CSS"}],"tool_tip_format":"html"}
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">currentStyle<\/div>\n\t\tThe current style of the element, however this style is set\n\t\t<br \/><br \/><a href=\"tests\/style.html#currentStyle\">Test page<\/a>\n\t<b class=\"warning\">Microsoft<\/b>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.currentStyle<\/pre>\n\t<p>Returns the actual style of element <code>x<\/code>, even if this is not an inline\n\tstyle. It thus reports the result of all style declarations that work on element <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS currentStyle","match":"currentStyle","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getComputed<wbr>Style()<\/wbr><\/div>\n\t\tThe current style of the element, however this style is set\n\t\t<br \/><br \/><a href=\"tests\/style.html#getComputedStyle\">Test page<\/a>\n\t\t<b class=\"warning\">W3C<\/b>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>window.getComputedStyle(x,null).color<\/pre>\n\t<p>Read out the current color style of element <code>x<\/code>.<\/p><\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getComputedStyle()","match":"getComputedStyle","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"4\">\n\t\t<div class=\"name\">style<\/div>\n\t\tThe <em>inline<\/em> style of the element\n\t\t<br \/><br \/><a href=\"tests\/style.html#style\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp almost\" colspan=\"2\">Almost<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp almost\" colspan=\"2\">Almost<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp almost\">Almost<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style<\/pre>\n\t<p>Access the <em>inline<\/em> styles of element <code>x<\/code>. Styles defined in embedded,\n\tlinked or imported style sheets are not reported.<\/p>\n\t<p>You can also set it: <code>x.style.color = '#0000cc'<\/code>. This sets the <em>inline<\/em> style,\n\twhich of course overrules all other styles.<\/p>\n\t<ul>\n\t\t<li>Safari and Konqueror have trouble with reading out the <code>border<\/code> style that I use in my test.\n\t\tHowever, in general <code>style<\/code> works correctly in both browsers.<\/li>\n\t\t<li>IE5.5 and 6 have problems with setting the new <code>border<\/code> rule, but I suspect that's\n\t\tcaused by my template and not by the actual test. In general they support <code>style<\/code> changes\n\t\twell.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"3\">Yes<\/td>\n\t<td class=\"comp incomplete\">Read only\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/td><\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[0].style<\/pre>\n\t<p>Access the styles in the first rule of the second style sheet. These, too, can be set:<br \/>\n\t<code>document.styleSheets[1].cssRules[0].style.color = '#0000cc'<\/code><\/p>\n\t<p>(IE uses <code>rules<\/code> instead of <code>cssRules<\/code>, obviously.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS style","match":"style","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cssRules[]<\/div>\n\t\tAn array with all rules in a stylesheet.\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#cssRules\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1]<\/pre>\n\t<p>Access the second rule of the second style sheet in the document.<\/p><\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS cssRules[]","match":"cssRules","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">imports[]<\/div>\n\t\tAn array with all imported style sheets in a style sheet\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#imports\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].imports<\/pre>\n\t<p>Access all style sheets that are imported by the second style sheet in the document.<\/p>\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS imports[]","match":"imports","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rules[]<\/div>\n\t\tAn array with all rules in a stylesheet.\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#rules\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp incorrect\" colspan=\"4\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].rules[1]<\/pre>\n\t<p>Access the second rule of the second style sheet in the document.<\/p>\n\t<p><code>rules<\/code> does not contain <code>@import<\/code> declarations, while <code>cssRules<\/code>\n\tdoes.<\/p>\n\t<ul>\n\t\t<li>IE doesn't count <code>@import<\/code>s as rules, but splits up selectors like <code>p#test, ul<\/code>\n\t\tinto two rules.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS rules[]","match":"rules","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">styleSheets[]<\/div>\n\t\tAn array with all stylesheets in the document\n\t\t<br \/><br \/><a href=\"tests\/stylesheet.html#styleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1]<\/pre>\n\t<p>Access the second style sheet (linked or embedded) in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"CSS styleSheets[]","match":"styleSheets","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">addRule()<\/div>\n\t\tAdd a rule into a stylesheet the Microsoft way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#addRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].addRule('pre', 'font: 14px verdana')<\/pre>\n\t<p>Add the rule <code>pre {font: 14px verdana}<\/code> to the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS addRule()","match":"addRule","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteRule()<\/div>\n\t\tDelete a rule from a stylesheet the W3C way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#deleteRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].deleteRule(1)<\/pre>\n\t<p>Delete the second rule of the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS deleteRule()","match":"deleteRule","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertRule()<\/div>\n\t\tInsert a rule into a stylesheet the W3C way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#insertRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>var x = document.styleSheets[1];\nx.insertRule('pre {font: 14px verdana}',x.cssRules.length)<\/pre>\n\t<p>Insert the rule <code>pre {font: 14px verdana}<\/code> into the second style sheet in the document at the last position\n\t(<code>length<\/code> of the cssRules array).<\/p>\n\t<p>Unfortunately the second argument is required. It should default to <code>cssRules.length<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS insertRule()","match":"insertRule","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">removeRule()<\/div>\n\t\t Remove a rule from a stylesheet the Microsoft way\n\t\t<br \/><br \/><a href=\"tests\/addrules.html#removeRule\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].removeRule(1)<\/pre>\n\t<p>Remove the second rule from the second style sheet in the document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS removeRule()","match":"removeRule","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"8\">\n\t\t<div class=\"name\">cssText<\/div>\n\t\tThe CSS of a rule as a string.\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#cssText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style.cssText<\/pre>\n\t<p>Returns the entire inline style of element <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssText<\/pre>\n\t<p>Returns the entire content of the style sheet.<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].cssText<\/pre>\n\t<p>Returns the entire text of the rule (for instance <code>pre {font: 14px verdana;}<\/code>).<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<tr>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.cssText<\/pre>\n\t<p>Returns all declarations of the rule (for instance <code>font: 14px verdana;<\/code>).<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS cssText","match":"cssText","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">disabled<\/div>\n\t\tWhether the stylesheet is disabled\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#disabled\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].disabled = true<\/pre>\n\t<p>Disable the second style sheet of the document. (Setting it to <code>false<\/code> enables the\n\tstyle sheet again).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS disabled","match":"disabled","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">href<\/div>\n\t\tThe href of a stylesheet\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#href\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes+<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheet[0].href<\/pre>\n\t<p>Get the <code>href<\/code> of the style sheet. This is a relative path in IE; a complete URL in all\n\tother browsers.<\/p>\n\t<ul>\n\t\t<li>IE allows you to change the <code>href<\/code>.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS href","match":"href","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">selectorText<\/div>\n\t\tThe selector of a rule as a string\n\t\t<br \/><br \/><a href=\"tests\/cssProps.html#selectorText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes+<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].selectorText<\/pre>\n\t<p>Get the selector text of the second rule in the second style sheet in the document.<\/p>\n\t<p>Note that some browsers return UPPER CASE selector texts even when the style sheet contains\n\tlower case selectors. Use <code>selectorText.toLowerCase()<\/code> for all your comparisions.<\/p>\n\t<ul>\n\t\t<li>Opera allows you to set the <code>selectorText<\/code>.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS selectorText","match":"selectorText","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">create<wbr>StyleSheet()<\/wbr><\/div>\n\t\tCreate a style sheet\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#createStyleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.createStyleSheet('extrastyle.css')<\/pre>\n\t<p>Create an extra style (sheet) and append it to the styleSheets[] array.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS createStyleSheet()","match":"createStyleSheet","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getProperty<wbr>Priority()<\/wbr><\/div>\n\t\tGet the property priority (<code>!important<\/code> or not)\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#getPropertyPriority\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.getPropertyPriority('color')<\/pre>\n\t<p>Returns <code>important<\/code> when the style is marked <code>!important<\/code>.<\/p>\n\t<p>(Obviously, IE needs <code>rules<\/code> instead of <code>cssRules<\/code>.)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getPropertyPriority()","match":"getPropertyPriority","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">getProperty<wbr>Value()<\/wbr><\/div>\n\t\tGet the value of a style property\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#getPropertyValue\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.getElementById('test').style.getPropertyValue('color')\ndocument.styleSheets[1].cssRules[1].style.getPropertyValue('color')<\/pre>\n\t<p>Get the color declaration of the style object. This works on all style objects. Of course,\n\treading out <code>style.color<\/code> is much easier.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS getPropertyValue()","match":"getPropertyValue","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">ownerNode<\/div>\n\t\tThe owner of a style sheet\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#ownerNode\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].ownerNode<\/pre>\n\t<p>Access the owner node of the style sheet, usually a <code><link><\/code> or a\n\t<code><style><\/code> tag.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS ownerNode","match":"ownerNode","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">parent<wbr>StyleSheet<\/wbr><\/div>\n\t\tThe stylesheet a declaration is part of\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#parentStyleSheet\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].parentStyleSheet<\/pre>\n\t<p>Access the parent style sheet of the rule, which is once again <code>document.styleSheets[1]<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"CSS parentStyleSheet","match":"parentStyleSheet","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">remove<wbr>Property()<\/wbr><\/div>\n\t\tRemove a style declaration entirely\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#removeProperty\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incomplete\">Incom<wbr>plete<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>document.styleSheets[1].cssRules[1].style.removeProperty('color')\ndocument.getElementById('test').style.removeProperty('color')<\/pre>\n\t<p>Remove the color declaration from the second rule of the second style sheet on the page or the\n\telement with ID=\"test\".<\/p>\n\t<ul>\n\t\t<li>Opera refuses to remove the last remaining property of a rule.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS removeProperty()","match":"removeProperty","image":"css"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Selector<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b1<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b4<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">set<wbr>Property()<\/wbr><\/div>\n\t\tSet a style property\n\t\t<br \/><br \/><a href=\"tests\/cssMisc.html#setProperty\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"10\"><pre>x.style.setProperty('color','#00cc00',null)\ndocument.styleSheets[1].cssRules[1].style.setProperty('color','#00cc00',null)<\/pre>\n\t<p>Set the color of <code>x<\/code> or the second rule in the second style sheet to green.<\/p>\n\t<p>As usual, the pointless <code>null<\/code> is required. (Default values, anyone?)<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_css.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"CSS setProperty()","match":"setProperty","image":"css"}],"tool_tip_format":"html"}
|
||||
@@ -1,41 +1,41 @@
|
||||
{"tool_tip_prefix":"<style type=\"text\/css\" media=\"screen\">\nbody {\n background: transparent;\n\/* opacity: 0.9;*\/\n}\nhtml,body,table{font-size:10px; font-family: \"Lucida Grande\", \"Trebuchet MS\", Verdana, sans-serif;}\ntable{-webkit-border-radius:1ex;background-color:#fff;border:2px solid #eee;width:auto;}\ntd.declaration{width:15em;}\ntd.comp{-webkit-border-radius:1ex;}\n\n\/*COMPATIBILITY TABLES*\/\ntable.compatibility{line-height:140%;border-spacing:0.5em;position:relative;}\ntable.compatibility caption{border-top:1px dotted #9198C1;padding:10px 0;text-align:left;}\ntable.compatibility caption select{margin-left:5px;margin-right:7px;border:1px dotted #9198C1;}\nwbr:after{content:\"\u000200B\"}\ntr{width:100%;}\ntable.compatibility ul,table.compatibility ol{border:none;margin-bottom:0;}\ntable.compatibility td{vertical-align:top;}\ncol.IE{width:3em;}\ncol.FF{width:4em;}\ncol.Saf{width:4em;}\ncol.Op{width:4em;}\ncol.Rest{width:8em;}\ntr.compheader{background-color:#F2F3EF;}\ntr.compheader th{font-weight:normal;font-size:90%;color:#666666;}\ntr.compheader th:first-child{text-align:right;padding:1em;}\ntr.compheader:last-child th{border:none;}\ntd.header{background-color:#F2F3EF;padding:0.3em;}\ntd.header h3,td.header h4{margin-top:0.5em;text-align:center;}\ntd.declaration{background-color:#F2F3EF;text-align:right;padding-right:10px;color:#666666;}\ntd.declaration a{text-decoration:none;}\ndiv.name{font-weight:bold;margin-bottom:1em;margin-top:1em;}\ntd.comp{font-family:verdana,sans-serif;font-size:95%;text-transform:lowercase;text-align:center;height:3em;vertical-align:middle !important;}\ntable.keepCaps td.comp{text-transform:none;}\ntd.yes{background-color:#00882D;color:#ffffff;text-shadow:0 1px 1px #003211;}\ntd.almost{background-color:#40A662;color:#ffffff;text-shadow:0 1px 1px #297D47;}\ntd.incomplete{color:#00882D;border:1px solid #00882D;}\ntd.alternative{color:#666666;border:1px solid #666666;}\ntd.untestable{color:#006699;}\ntd.minimal{color:#CB000F;}\ntd.incorrect{color:#CB000F;border:1px solid #CB000F;}\ntd.inappropriate{background-color:#EFB2B7;text-shadow:0 1px 1px #fff;}\ntd.toomany{background-color:#CCE7D5;text-shadow:0 1px 1px #fff;}\ntd.buggy{background-color:#DA4C57;color:#ffffff;text-shadow:0 1px 1px #81272C;}\ntd.severebug{background-color:#82000A;color:#ffffff;text-shadow:0 1px 1px #410005;}\ntd.no{background-color:#CB000F;color:#ffffff;text-shadow:0 1px 1px #410301;}\ntd.crash{background-color:#535353;font-weight:bold;text-transform:uppercase;color:#ffffff;text-shadow:0 1px 1px #333;}\nb.warning{display:block;color:#F2F3EF;padding:0.5em;margin-right:-10px;margin-top:0.5em;background-color:#999999;text-shadow:0 1px 1px #666;}\ntd pre{padding:0;}\ntd pre + p{margin-top:2px;}\ntd th,td td{padding:1px !important;vertical-align:top;color:#666666;}\ntd th{text-align:left !important;}\n\ncite {\n -webkit-transition: right 1s ease-out, opacity 1s ease-out;\n position: relative;\n opacity: 0;\n right: 50%;\n \n display: block;\n float: right;\n -webkit-border-radius: 1ex;\n margin: 1ex auto 0;\n text-align: center;\n background: #111;\n color: #eee;\n line-height: 2em;\n padding: 0 1em;\n text-shadow: 0 1px 1px #000;\n border: 1px solid #222;\n}\n<\/style>\n<script>\nwindow.addEventListener('load',function(){\n \n var c = document.getElementsByTagName('cite')[0];\n c.style.right = '0px';\n c.style.opacity = '1';\n \n},false);\n<\/script>\n","suggestions":[
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">className<\/div>\n\t\tThe <code>class<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#className\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.className\nx.className = 'blue'<\/pre>\n\t<p>Get or set the value of the <code>class<\/code> attribute of node <code>x<\/code>, if any.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML className","match":"className","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">dir<\/div>\n\t\tThe <code>dir<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#dir\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.dir\nx.dir = 'rtl'<\/pre>\n\t<p>Get or set the text direction (ltr or rtl, left to right or right to left) of element <code>x<\/code>.<\/p>\n\t<p>For the moment dir serves as a glorified align.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML dir","match":"dir","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">id<\/div>\n\t\tThe <code>id<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#id\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.id\nx.id = 'otherID'<\/pre>\n\t<p>Get or set the id of node <code>x<\/code>, which must be a tag. If no ID is specified in the HTML, it is empty.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML id","match":"id","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">innerHTML<\/div>\n\t\tThe HTML contained by a tag, as a string.<br \/><br \/>\n\t\tOriginally a Microsoft extension, innerHTML is so useful that all other browsers support it, too.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#innerHTML\">Test page<\/a><br \/>\n\t\tsee also the <a href=\"tests\/tablesAccess.html#innerHTML%20tests\">table test page<\/a>\n\t<\/td>\n\t<td class=\"comp almost\" colspan=\"4\">Almost<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp almost\">Almost<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.innerHTML\nx.innerHTML = \"Let's <u>change<\/u> it!\"<\/pre>\n\t<p>Get or set the HTML contained by node <code>x<\/code>.<\/p>\n\n\t<p>Is innerHTML faster than the official Core methods like <code>createElement()<\/code> and <code>appendChild()<\/code>?\n\tSee the <a href=\"innerhtml.html\">W3C DOM vs. innerHTML<\/a> test page for more information.<\/p>\n\t<ul>\n\t\t<li>In IE and Konqueror <code>innerHTML<\/code> does not work correctly when you update tables. Solve this by using\n\t\tpure DOM methods instead. See <a href=\"http:\/\/www.ericvasilik.com\/2006\/07\/code-karma.html\" class=\"external\">this explanation<\/a>\n\t\tof the behaviour by <code>innerHTML<\/code>’s inventor.<\/li>\n\t<\/ul>\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML innerHTML","match":"innerHTML","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">innerText<\/div>\n\t\tThe text contained by a tag.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#innerText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.innerText\nx.innerText = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Any HTML tags in the node are ignored, though their\n\ttext content is added to the innerText.<\/p>\n\t<p>Cross browser:<\/p>\n\t<pre>var text = x.innerText || x.textContent<\/pre>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML innerText","match":"innerText","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">outerHTML<\/div>\n\t\tThe HTML of a tag, including the tag itself.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#outerHTML\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.outerHTML\nx.outerHTML = \"Let's <u>change<\/u> it!\"<\/pre>\n\t<p>Get or set the HTML of the entire node <code>x<\/code>, including the outermost tag (element <code>x<\/code> itself).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML outerHTML","match":"outerHTML","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">outerText<\/div>\n\t\tThe text of a tag, including the tag itself.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#outerText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.outerText\nx.outerText = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Exactly the same as <code>innerText<\/code>\n\texcept that node <code>x<\/code> is also overwritten and removed when you set <code>outerText<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML outerText","match":"outerText","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">textContent<\/div>\n\t\tThe text contained by a tag.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#textContent\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.textContent\nx.textContent = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Any HTML tags in the node are ignored, though their\n\ttext content is added to the textContent.<\/p>\n\t<p>Cross browser:<\/p>\n\t<pre>var text = x.innerText || x.textContent<\/pre>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML textContent","match":"textContent","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">title<\/div>\n\t\tThe <code>title<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#title\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp minimal\">Minimal<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.title\nx.title = 'Changed'<\/pre>\n\t<p>Get or set the title attribute of node <code>x<\/code>.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 doesn't show the title of an element in any way, so its compatibility is mostly untestable.\n\t\tHowever, the <code>title<\/code> property gets its value from the title attribute, so it works to some extent.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML title","match":"title","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">body<\/div>\n\t\tThe <code>body<\/code> tag\n\t\t<br \/><br \/><a href=\"tests\/document.html#body\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.body<\/pre>\n\t<p>Represents the BODY tag.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML body","match":"body","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">compatMode<\/div>\n\t\tStrict mode or Quirks mode\n\t\t<br \/><br \/><a href=\"tests\/compatStrict.html\">Test page Strict<\/a><br \/>\n\t\t<a href=\"tests\/compatQuirks.html\">Test page Quirks<\/a>\n\t<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"3\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.compatMode<\/pre>\n\t<p>Returns the compatibility mode of the document: <code>BackCompat<\/code> (Quirks Mode)\n\tor <code>CSS1Compat<\/code> (Strict Mode). See the <a href=\"\/css\/quirksmode.html\">Quirks and Strict Mode page<\/a>\n\tfor an explanation.<\/p>\n\n\t<ul>\n\t\t<li>IE 5.5 doesn't support this property, but it doesn't need to. It's permanently locked in\n\t\tQuirks Mode.<\/li>\n\t<\/ul>\n\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML compatMode","match":"compatMode","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">create<wbr>HTMLDocument()<\/wbr><\/div>\n\t\tCreate an HTML document\n\t\t<br \/><br \/><a href=\"tests\/implementation.html#createHTMLDocument\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.implementation.createHTMLDocument('Title')<\/pre>\n\t<p>Create an HTML document consisting of <code><html><\/code>, <code><head><\/code>,\n\t<code><title><\/code> and <code><body><\/code> tags. The argument becomes the <code><title><\/code>\n\ttag's value. Unfortunately I don't know what to do with the created HTML document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createHTMLDocument()","match":"createHTMLDocument","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">defaultView<\/div>\n\t\tThe window the document is displayed in\n\t\t<br \/><br \/><a href=\"tests\/document.html#defaultView\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.defaultView<\/pre>\n\t<p>Refers to the window. I have no idea why we need yet another reference to the window.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML defaultView","match":"defaultView","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">parentWindow<\/div>\n\t\tThe window the document is displayed in\n\t\t<br \/><br \/><a href=\"tests\/document.html#parentWindow\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.parentWindow<\/pre>\n\t<p>Refers to the window. I have no idea why we need yet another reference to the window.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML parentWindow","match":"parentWindow","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">add()<\/div>\n\t\tAdd an option to a select box. The argument is an index number.\n\t\t<br \/><br \/><a href=\"tests\/selects.html#add()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp alternative\" colspan=\"2\">Alter<wbr>native<\/wbr><\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.add(y,x.options[x.options.length])\nx.add(y,2)<\/pre>\n\t<p>Adds an option to a select box, where <code>x<\/code> is the select box and <code>y<\/code> is the new option.<\/p>\n\t<p>The first line is the W3C approved way (but much too complicated): it requires you to refer to the option object\n\tafter which the new option is inserted.<\/p>\n\t<p>The second line is the Microsoft way: give the index number of the option after which you want to insert the\n\tnew option.<\/p>\n\t<p>I side with Microsoft here; W3C's implementation is far too complicated. Therefore support of the\n\tMicrosoft model is required for a Yes here. Fortunately all browsers except for IE5-7 and Firefox support both ways.<\/p>\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML add()","match":"add","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">remove()<\/div>\n\t\tRemove an option from a select box\n\t\t<br \/><br \/><a href=\"tests\/selects.html#remove()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.remove(1)<\/pre>\n\t<p>Remove the second option from select <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML remove()","match":"remove","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">caption<\/div>\n\t\tThe caption of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#caption\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.caption<\/pre>\n\t<p>Access the caption of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML caption","match":"caption","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellIndex<\/div>\n\t\tThe index number of a cell in its row\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><td><\/code> or <code><th><\/code>,\n\tin its row (<code><tr><\/code>).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellIndex","match":"cellIndex","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellPadding<\/div>\n\t\tThe ancient attribute\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#cellPadding\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellPadding = 10<\/pre>\n\t<p>Sets the cell padding of table <code>x<\/code> to 10 pixels. <code>cellPadding<\/code> is\n\toverruled by any CSS <code>padding<\/code> declaration. When you set <code>cellPadding<\/code>,\n\tthe changes only apply to table cells without any CSS padding.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 and Konqueror don't react to the setting of cellPadding, but there's a subtle\n\t\tdifference between doing the cellPadding test and then the cellSpacing one, and doing the\n\t\tcellSpacing one immediately. The results might be interpreted as the cellPadding only taking\n\t\teffect after the cellSpacing has been set, but I'm not sure if this interpretation is\n\t\tcorrect.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellPadding","match":"cellPadding","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cells[]<\/div>\n\t\tAn array with all cells in a row\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#cells[]\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[1].cells<\/pre>\n\t<p>A nodeList with all cells of the second row of table <code>x<\/code>. Contains\n\tboth <code><td><\/code>s and <code><th><\/code>s.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML cells[]","match":"cells","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellSpacing<\/div>\n\t\tThe ancient attribute\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#cellSpacing\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellSpacing = 10<\/pre>\n\t<p>Set the cell spacing of table <code>x<\/code> to 10.<\/p>\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellSpacing","match":"cellSpacing","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createCaption()<\/div>\n\t\tCreate a caption for a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createCaption()%20and%20deleteCaption()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createCaption()<\/pre>\n\t<p>If table <code>x<\/code> already has a caption this method returns the caption. If not, a\n\tnew caption is created.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createCaption()","match":"createCaption","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createTFoot()<\/div>\n\t\tCreate a tFoot element\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createTFoot()%20and%20createTHead()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createTFoot()<\/pre>\n\t<p>If table <code>x<\/code> has a <code><tfoot><\/code>, get it. If not,\n\tcreate a <code><tfoot><\/code> and append it to the table.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createTFoot()","match":"createTFoot","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createTHead()<\/div>\n\t\tCreate a tHead element\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createTFoot()%20and%20createTHead()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createTHead()<\/pre>\n\t<p>If table <code>x<\/code> has a <code><thead><\/code>, get it. If not,\n\tcreate a <code><thead><\/code> and append it to the table.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createTHead()","match":"createTHead","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteCaption()<\/div>\n\t\tDelete the caption of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createCaption()%20and%20deleteCaption()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteCaption()<\/pre>\n\t<p>Delete the caption of table <code>x<\/code>, if present.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteCaption()","match":"deleteCaption","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteCell()<\/div>\n\t\tDelete a table cell\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteCell()%20and%20deleteRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[1].deleteCell(0)<\/pre>\n\t<p>Delete the first cell of the second row of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteCell()","match":"deleteCell","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteRow()<\/div>\n\t\tDelete a table row\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteCell()%20and%20deleteRow()\">Test page<\/a>\n \t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteRow(1)<\/pre>\n\t<p>Delete the second row of table <code>x<\/code>.<\/p>\n\t<pre>x.tBodies[1].deleteRow(1)<\/pre>\n\t<p>Delete the second row of the second <code><tbody><\/code> of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteRow()","match":"deleteRow","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteTFoot()<\/div>\n\t\tDelete the tFoot of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteTHead()%20and%20deleteTFoot()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteTFoot()<\/pre>\n\t<p>Delete the tFoot of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteTFoot()","match":"deleteTFoot","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteTHead()<\/div>\n\t\tDelete the tHead of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteTHead()%20and%20deleteTFoot()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteTHead()<\/pre>\n\t<p>Delete the tHead of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteTHead()","match":"deleteTHead","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">frame<\/div>\n\t\tA border around an entire table\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#frame\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.frame = 'lhs'<\/pre>\n\t<p>Set the <code>frame<\/code> attribute of table <code>x<\/code>.<\/p>\n\t<p>Possible values: void, above, below, hsides, vsides, lhs, rhs, box, border<\/p>\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML frame","match":"frame","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertCell()<\/div>\n\t\tInsert a table cell\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#insertCell()%20and%20insertRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[0].insertCell(1)<\/pre>\n\t<p>Insert a <code><td><\/code> the first <code><tr><\/code> of table <code>x<\/code>,\n\tas the second <code><td><\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML insertCell()","match":"insertCell","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertRow()<\/div>\n\t\tInsert a table row\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#insertCell()%20and%20insertRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.insertRow(1)<br \/>\n\t<p>Insert a <code><tr><\/code> into table <code>x<\/code> as the second <code><tr><\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML insertRow()","match":"insertRow","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">moveRow()<\/div>\n\t\tMove a row from one position to another. Microsoft proprietary.\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#moveRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>moveRow(0,3)<\/pre>\n\t<p>Move row with index 0 to index 3.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML moveRow()","match":"moveRow","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rowIndex<\/div>\n\t\tThe index number of a row in the table. Disregards table sections.\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incorrect\" colspan=\"2\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rowIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><tr><\/code>, in\n\tits table, regardless of table section (tHead, tBody, tFoot).<\/p>\n\t<p>Note that browsers should move any <code><thead><\/code> to the top of the table, and\n\tany <code><tfoot><\/code> to the bottom. Therefore rows should be counted in the order\n\t<code><thead><\/code>-rows, <code><tbody><\/code>-rows, <code><tfoot><\/code>-rows:\n\tthe order in which they're visible in the rendered page.<\/p>\n\t<ul>\n\t\t<li>Opera keeps to the source code order (where the <code><tfoot><\/code> precedes\n\t\tthe <code><tbody><\/code>.)<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML rowIndex","match":"rowIndex","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rows[]<\/div>\n\t\tAn array of all rows in a table or table section\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#rows[]\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incorrect\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp incorrect\" colspan=\"2\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows<\/pre>\n\t<p>A nodeList with all rows of table <code>x<\/code>.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 and Opera keep to the source order (where the <code><tfoot><\/code> precedes\n\t\tthe <code><tbody><\/code>)<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML rows[]","match":"rows","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rules<\/div>\n\t\tI don't know what this property is supposed to do, unless it's meant\n\t\tfor removing the cellSpacing.\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#rules\">Test page<\/a>\n\t<b class=\"warning\">Does not work<\/b>\n\t<\/td>\n\t<td class=\"comp buggy\" colspan=\"4\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp no\">No<\/td>\n\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rules = 'rows'<\/pre>\n\t<p>Sets the <code>rules<\/code> attribute of table <code>x<\/code>.<\/p>\n\t<p>Possible values: none, groups, rows, cols, all<\/p>\n\t<ul>\n\t\t<li>Setting <code>rules<\/code> to any value causes a border around the table in IE.<\/li>\n\t\t<li>Setting <code>rules<\/code> to any value causes all cellspacing to disappear in Firefox, Safari, and Opera.<\/li>\n\t\t<li>Setting <code>rules<\/code> to any value causes the border around the table to disappear in Opera.<\/li>\n\t<\/ul>\n\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML rules","match":"rules","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">sectionRowIndex<\/div>\n\t\t The index number of a row in the table section\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.sectionRowIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><tr><\/code>, in its\n\ttable section (tHead, tBody, tFoot).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML sectionRowIndex","match":"sectionRowIndex","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tBodies[]<\/div>\n\t\tAn array with all tBody elements\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tBodies\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.tBodies<\/pre>\n\tAn array with all TBodies of table <code>x<\/code>.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML tBodies[]","match":"tBodies","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tFoot<\/div>\n\t\tThe tFoot of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tFoot\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.tFoot<br \/>\n\tAccess the tFoot of <code>x<\/code>, which must be a table.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML tFoot","match":"tFoot","image":"HTML"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tHead<\/div>\n\t\tThe tHead of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tHead\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.tHead<br \/>\n\tAccess the tHead of <code>x<\/code>, which must be a table.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML tHead","match":"tHead","image":"HTML"}],"tool_tip_format":"html"}
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">className<\/div>\n\t\tThe <code>class<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#className\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.className\nx.className = 'blue'<\/pre>\n\t<p>Get or set the value of the <code>class<\/code> attribute of node <code>x<\/code>, if any.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML className","match":"className","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">dir<\/div>\n\t\tThe <code>dir<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#dir\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.dir\nx.dir = 'rtl'<\/pre>\n\t<p>Get or set the text direction (ltr or rtl, left to right or right to left) of element <code>x<\/code>.<\/p>\n\t<p>For the moment dir serves as a glorified align.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML dir","match":"dir","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">id<\/div>\n\t\tThe <code>id<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#id\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.id\nx.id = 'otherID'<\/pre>\n\t<p>Get or set the id of node <code>x<\/code>, which must be a tag. If no ID is specified in the HTML, it is empty.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML id","match":"id","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">innerHTML<\/div>\n\t\tThe HTML contained by a tag, as a string.<br \/><br \/>\n\t\tOriginally a Microsoft extension, innerHTML is so useful that all other browsers support it, too.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#innerHTML\">Test page<\/a><br \/>\n\t\tsee also the <a href=\"tests\/tablesAccess.html#innerHTML%20tests\">table test page<\/a>\n\t<\/td>\n\t<td class=\"comp almost\" colspan=\"4\">Almost<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp almost\">Almost<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.innerHTML\nx.innerHTML = \"Let's <u>change<\/u> it!\"<\/pre>\n\t<p>Get or set the HTML contained by node <code>x<\/code>.<\/p>\n\n\t<p>Is innerHTML faster than the official Core methods like <code>createElement()<\/code> and <code>appendChild()<\/code>?\n\tSee the <a href=\"innerhtml.html\">W3C DOM vs. innerHTML<\/a> test page for more information.<\/p>\n\t<ul>\n\t\t<li>In IE and Konqueror <code>innerHTML<\/code> does not work correctly when you update tables. Solve this by using\n\t\tpure DOM methods instead. See <a href=\"http:\/\/www.ericvasilik.com\/2006\/07\/code-karma.html\" class=\"external\">this explanation<\/a>\n\t\tof the behaviour by <code>innerHTML<\/code>’s inventor.<\/li>\n\t<\/ul>\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML innerHTML","match":"innerHTML","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">innerText<\/div>\n\t\tThe text contained by a tag.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#innerText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.innerText\nx.innerText = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Any HTML tags in the node are ignored, though their\n\ttext content is added to the innerText.<\/p>\n\t<p>Cross browser:<\/p>\n\t<pre>var text = x.innerText || x.textContent<\/pre>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML innerText","match":"innerText","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">outerHTML<\/div>\n\t\tThe HTML of a tag, including the tag itself.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#outerHTML\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.outerHTML\nx.outerHTML = \"Let's <u>change<\/u> it!\"<\/pre>\n\t<p>Get or set the HTML of the entire node <code>x<\/code>, including the outermost tag (element <code>x<\/code> itself).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML outerHTML","match":"outerHTML","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">outerText<\/div>\n\t\tThe text of a tag, including the tag itself.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#outerText\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.outerText\nx.outerText = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Exactly the same as <code>innerText<\/code>\n\texcept that node <code>x<\/code> is also overwritten and removed when you set <code>outerText<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML outerText","match":"outerText","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">textContent<\/div>\n\t\tThe text contained by a tag.\n\t\t<br \/><br \/><a href=\"tests\/innerhtml.html#textContent\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.textContent\nx.textContent = \"Let's change it!\"<\/pre>\n\t<p>Get or set the text contained by node <code>x<\/code>. Any HTML tags in the node are ignored, though their\n\ttext content is added to the textContent.<\/p>\n\t<p>Cross browser:<\/p>\n\t<pre>var text = x.innerText || x.textContent<\/pre>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML textContent","match":"textContent","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">title<\/div>\n\t\tThe <code>title<\/code> attribute.\n\t\t<br \/><br \/><a href=\"tests\/htmlprops.html#title\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp minimal\">Minimal<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.title\nx.title = 'Changed'<\/pre>\n\t<p>Get or set the title attribute of node <code>x<\/code>.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 doesn't show the title of an element in any way, so its compatibility is mostly untestable.\n\t\tHowever, the <code>title<\/code> property gets its value from the title attribute, so it works to some extent.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML title","match":"title","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">body<\/div>\n\t\tThe <code>body<\/code> tag\n\t\t<br \/><br \/><a href=\"tests\/document.html#body\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.body<\/pre>\n\t<p>Represents the BODY tag.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML body","match":"body","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">compatMode<\/div>\n\t\tStrict mode or Quirks mode\n\t\t<br \/><br \/><a href=\"tests\/compatStrict.html\">Test page Strict<\/a><br \/>\n\t\t<a href=\"tests\/compatQuirks.html\">Test page Quirks<\/a>\n\t<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"3\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.compatMode<\/pre>\n\t<p>Returns the compatibility mode of the document: <code>BackCompat<\/code> (Quirks Mode)\n\tor <code>CSS1Compat<\/code> (Strict Mode). See the <a href=\"\/css\/quirksmode.html\">Quirks and Strict Mode page<\/a>\n\tfor an explanation.<\/p>\n\n\t<ul>\n\t\t<li>IE 5.5 doesn't support this property, but it doesn't need to. It's permanently locked in\n\t\tQuirks Mode.<\/li>\n\t<\/ul>\n\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML compatMode","match":"compatMode","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">create<wbr>HTMLDocument()<\/wbr><\/div>\n\t\tCreate an HTML document\n\t\t<br \/><br \/><a href=\"tests\/implementation.html#createHTMLDocument\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.implementation.createHTMLDocument('Title')<\/pre>\n\t<p>Create an HTML document consisting of <code><html><\/code>, <code><head><\/code>,\n\t<code><title><\/code> and <code><body><\/code> tags. The argument becomes the <code><title><\/code>\n\ttag's value. Unfortunately I don't know what to do with the created HTML document.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createHTMLDocument()","match":"createHTMLDocument","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">defaultView<\/div>\n\t\tThe window the document is displayed in\n\t\t<br \/><br \/><a href=\"tests\/document.html#defaultView\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp no\" colspan=\"4\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.defaultView<\/pre>\n\t<p>Refers to the window. I have no idea why we need yet another reference to the window.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML defaultView","match":"defaultView","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">parentWindow<\/div>\n\t\tThe window the document is displayed in\n\t\t<br \/><br \/><a href=\"tests\/document.html#parentWindow\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>document.parentWindow<\/pre>\n\t<p>Refers to the window. I have no idea why we need yet another reference to the window.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML parentWindow","match":"parentWindow","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">add()<\/div>\n\t\tAdd an option to a select box. The argument is an index number.\n\t\t<br \/><br \/><a href=\"tests\/selects.html#add()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp alternative\" colspan=\"2\">Alter<wbr>native<\/wbr><\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.add(y,x.options[x.options.length])\nx.add(y,2)<\/pre>\n\t<p>Adds an option to a select box, where <code>x<\/code> is the select box and <code>y<\/code> is the new option.<\/p>\n\t<p>The first line is the W3C approved way (but much too complicated): it requires you to refer to the option object\n\tafter which the new option is inserted.<\/p>\n\t<p>The second line is the Microsoft way: give the index number of the option after which you want to insert the\n\tnew option.<\/p>\n\t<p>I side with Microsoft here; W3C's implementation is far too complicated. Therefore support of the\n\tMicrosoft model is required for a Yes here. Fortunately all browsers except for IE5-7 and Firefox support both ways.<\/p>\n\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML add()","match":"add","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">remove()<\/div>\n\t\tRemove an option from a select box\n\t\t<br \/><br \/><a href=\"tests\/selects.html#remove()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.remove(1)<\/pre>\n\t<p>Remove the second option from select <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML remove()","match":"remove","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">caption<\/div>\n\t\tThe caption of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#caption\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.caption<\/pre>\n\t<p>Access the caption of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML caption","match":"caption","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellIndex<\/div>\n\t\tThe index number of a cell in its row\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><td><\/code> or <code><th><\/code>,\n\tin its row (<code><tr><\/code>).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellIndex","match":"cellIndex","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellPadding<\/div>\n\t\tThe ancient attribute\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#cellPadding\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellPadding = 10<\/pre>\n\t<p>Sets the cell padding of table <code>x<\/code> to 10 pixels. <code>cellPadding<\/code> is\n\toverruled by any CSS <code>padding<\/code> declaration. When you set <code>cellPadding<\/code>,\n\tthe changes only apply to table cells without any CSS padding.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 and Konqueror don't react to the setting of cellPadding, but there's a subtle\n\t\tdifference between doing the cellPadding test and then the cellSpacing one, and doing the\n\t\tcellSpacing one immediately. The results might be interpreted as the cellPadding only taking\n\t\teffect after the cellSpacing has been set, but I'm not sure if this interpretation is\n\t\tcorrect.<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellPadding","match":"cellPadding","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cells[]<\/div>\n\t\tAn array with all cells in a row\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#cells[]\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[1].cells<\/pre>\n\t<p>A nodeList with all cells of the second row of table <code>x<\/code>. Contains\n\tboth <code><td><\/code>s and <code><th><\/code>s.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML cells[]","match":"cells","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">cellSpacing<\/div>\n\t\tThe ancient attribute\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#cellSpacing\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.cellSpacing = 10<\/pre>\n\t<p>Set the cell spacing of table <code>x<\/code> to 10.<\/p>\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML cellSpacing","match":"cellSpacing","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createCaption()<\/div>\n\t\tCreate a caption for a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createCaption()%20and%20deleteCaption()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createCaption()<\/pre>\n\t<p>If table <code>x<\/code> already has a caption this method returns the caption. If not, a\n\tnew caption is created.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createCaption()","match":"createCaption","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createTFoot()<\/div>\n\t\tCreate a tFoot element\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createTFoot()%20and%20createTHead()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createTFoot()<\/pre>\n\t<p>If table <code>x<\/code> has a <code><tfoot><\/code>, get it. If not,\n\tcreate a <code><tfoot><\/code> and append it to the table.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createTFoot()","match":"createTFoot","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">createTHead()<\/div>\n\t\tCreate a tHead element\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createTFoot()%20and%20createTHead()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.createTHead()<\/pre>\n\t<p>If table <code>x<\/code> has a <code><thead><\/code>, get it. If not,\n\tcreate a <code><thead><\/code> and append it to the table.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML createTHead()","match":"createTHead","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteCaption()<\/div>\n\t\tDelete the caption of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#createCaption()%20and%20deleteCaption()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteCaption()<\/pre>\n\t<p>Delete the caption of table <code>x<\/code>, if present.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteCaption()","match":"deleteCaption","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteCell()<\/div>\n\t\tDelete a table cell\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteCell()%20and%20deleteRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[1].deleteCell(0)<\/pre>\n\t<p>Delete the first cell of the second row of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteCell()","match":"deleteCell","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteRow()<\/div>\n\t\tDelete a table row\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteCell()%20and%20deleteRow()\">Test page<\/a>\n \t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteRow(1)<\/pre>\n\t<p>Delete the second row of table <code>x<\/code>.<\/p>\n\t<pre>x.tBodies[1].deleteRow(1)<\/pre>\n\t<p>Delete the second row of the second <code><tbody><\/code> of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteRow()","match":"deleteRow","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteTFoot()<\/div>\n\t\tDelete the tFoot of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteTHead()%20and%20deleteTFoot()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteTFoot()<\/pre>\n\t<p>Delete the tFoot of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteTFoot()","match":"deleteTFoot","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">deleteTHead()<\/div>\n\t\tDelete the tHead of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#deleteTHead()%20and%20deleteTFoot()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.deleteTHead()<\/pre>\n\t<p>Delete the tHead of table <code>x<\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML deleteTHead()","match":"deleteTHead","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">frame<\/div>\n\t\tA border around an entire table\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#frame\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.frame = 'lhs'<\/pre>\n\t<p>Set the <code>frame<\/code> attribute of table <code>x<\/code>.<\/p>\n\t<p>Possible values: void, above, below, hsides, vsides, lhs, rhs, box, border<\/p>\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML frame","match":"frame","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertCell()<\/div>\n\t\tInsert a table cell\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#insertCell()%20and%20insertRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows[0].insertCell(1)<\/pre>\n\t<p>Insert a <code><td><\/code> the first <code><tr><\/code> of table <code>x<\/code>,\n\tas the second <code><td><\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML insertCell()","match":"insertCell","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">insertRow()<\/div>\n\t\tInsert a table row\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#insertCell()%20and%20insertRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.insertRow(1)<br \/>\n\t<p>Insert a <code><tr><\/code> into table <code>x<\/code> as the second <code><tr><\/code>.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML insertRow()","match":"insertRow","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">moveRow()<\/div>\n\t\tMove a row from one position to another. Microsoft proprietary.\n\t\t<br \/><br \/><a href=\"tests\/tablesCreateDelete.html#moveRow()\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\" colspan=\"2\">No<\/td>\n\t<td class=\"comp no\">No<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>moveRow(0,3)<\/pre>\n\t<p>Move row with index 0 to index 3.<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"(${1:})$0","tool_tip_format":"html","display":"HTML moveRow()","match":"moveRow","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rowIndex<\/div>\n\t\tThe index number of a row in the table. Disregards table sections.\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incorrect\" colspan=\"2\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rowIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><tr><\/code>, in\n\tits table, regardless of table section (tHead, tBody, tFoot).<\/p>\n\t<p>Note that browsers should move any <code><thead><\/code> to the top of the table, and\n\tany <code><tfoot><\/code> to the bottom. Therefore rows should be counted in the order\n\t<code><thead><\/code>-rows, <code><tbody><\/code>-rows, <code><tfoot><\/code>-rows:\n\tthe order in which they're visible in the rendered page.<\/p>\n\t<ul>\n\t\t<li>Opera keeps to the source code order (where the <code><tfoot><\/code> precedes\n\t\tthe <code><tbody><\/code>.)<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML rowIndex","match":"rowIndex","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rows[]<\/div>\n\t\tAn array of all rows in a table or table section\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#rows[]\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp incorrect\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n\t<td class=\"comp incorrect\" colspan=\"2\">Incor<wbr>rect<\/wbr><\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rows<\/pre>\n\t<p>A nodeList with all rows of table <code>x<\/code>.<\/p>\n\t<ul>\n\t\t<li>Safari 3.0 and Opera keep to the source order (where the <code><tfoot><\/code> precedes\n\t\tthe <code><tbody><\/code>)<\/li>\n\t<\/ul>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML rows[]","match":"rows","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">rules<\/div>\n\t\tI don't know what this property is supposed to do, unless it's meant\n\t\tfor removing the cellSpacing.\n\t\t<br \/><br \/><a href=\"tests\/tablesMisc.html#rules\">Test page<\/a>\n\t<b class=\"warning\">Does not work<\/b>\n\t<\/td>\n\t<td class=\"comp buggy\" colspan=\"4\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp buggy\" colspan=\"2\">Buggy<\/td>\n\t<td class=\"comp no\">No<\/td>\n\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.rules = 'rows'<\/pre>\n\t<p>Sets the <code>rules<\/code> attribute of table <code>x<\/code>.<\/p>\n\t<p>Possible values: none, groups, rows, cols, all<\/p>\n\t<ul>\n\t\t<li>Setting <code>rules<\/code> to any value causes a border around the table in IE.<\/li>\n\t\t<li>Setting <code>rules<\/code> to any value causes all cellspacing to disappear in Firefox, Safari, and Opera.<\/li>\n\t\t<li>Setting <code>rules<\/code> to any value causes the border around the table to disappear in Opera.<\/li>\n\t<\/ul>\n\n\t<\/td>\n\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML rules","match":"rules","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">sectionRowIndex<\/div>\n\t\t The index number of a row in the table section\n\t\t<br \/><br \/><a href=\"tests\/tablesIndices.html\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.sectionRowIndex<\/pre>\n\t<p>The index number of element <code>x<\/code>, which must be a <code><tr><\/code>, in its\n\ttable section (tHead, tBody, tFoot).<\/p>\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML sectionRowIndex","match":"sectionRowIndex","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tBodies[]<\/div>\n\t\tAn array with all tBody elements\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tBodies\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\"><pre>x.tBodies<\/pre>\n\tAn array with all TBodies of table <code>x<\/code>.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"[${1:}]$0","tool_tip_format":"html","display":"HTML tBodies[]","match":"tBodies","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tFoot<\/div>\n\t\tThe tFoot of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tFoot\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.tFoot<br \/>\n\tAccess the tFoot of <code>x<\/code>, which must be a table.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML tFoot","match":"tFoot","image":"html"},
|
||||
{"tool_tip":"<table cellspacing=\"5\" class=\"compatibility wide\">\n<tr class=\"compheader\">\n\t\t<th>Method or property<\/th>\n\t\t<th>IE 5.5<\/th>\n\t\t<th>IE 6<\/th>\n\t\t<th>IE 7<\/th>\n\t\t<th>IE8b2<\/th>\n\t\t<th>FF 2<\/th>\n\t\t<th>FF 3b5<\/th>\n\t\t<th>Saf 3.0 Win<\/th>\n\t\t<th>Saf 3.1 Win<\/th>\n\t\t<th>Opera 9.26<\/th>\n\t\t<th>Opera 9.5b<\/th>\n\t\t<th>Konqueror 3.5.7<\/th>\n\t<\/tr>\n<tr>\n\t<td class=\"declaration\" rowspan=\"2\">\n\t\t<div class=\"name\">tHead<\/div>\n\t\tThe tHead of a table\n\t\t<br \/><br \/><a href=\"tests\/tablesAccess.html#tHead\">Test page<\/a>\n\t<\/td>\n\t<td class=\"comp yes\" colspan=\"4\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\" colspan=\"2\">Yes<\/td>\n\t<td class=\"comp yes\">Yes<\/td>\n<\/tr>\n<tr>\n\t<td colspan=\"11\">x.tHead<br \/>\n\tAccess the tHead of <code>x<\/code>, which must be a table.\n\t<\/td>\n<\/tr>\n<\/table>\n\n<cite>Excerpt from http:\/\/www.<b>quirksmode.org<\/b>\/dom\/w3c_html.html<\/cite>","insert":"$0","tool_tip_format":"html","display":"HTML tHead","match":"tHead","image":"html"}],"tool_tip_format":"html"}
|
||||
Reference in New Issue
Block a user