in æã®å®ç¨çãªä½¿ããã
ã¨ããããã Firefox + Firebug åæã§ã
link è¦ç´ ã£ã¦ã©ããªè¦ç´ ã ã£ã
ããããã¨ããããã<link> ã«ãã£ã¦ <div> ã«ãªããã®ãåºãã¦ã¿ãã
for (var n in HTMLLinkElement.prototype) if (!(n in HTMLDivElement.prototype)) console.log(n);
disabled charset href hreflang media rel rev target type sheet
ãããrel ã¨ã rev ã¨ã href ã¨ãæã£ã¦ããã ãªããµããµãã getAttribute ã¨ã setAttribute ã¨ã使ããªãã¦ããããªã
ããã script è¦ç´ ã¯ï¼
for (var n in HTMLScriptElement.prototype) if (!(n in HTMLDivElement.prototype)) console.log(n);
text htmlFor event charset defer src type
ãµããµãã htmlFor 㨠event ãæ°ã«ãªããªã
ããã iframe è¦ç´ ã¯ï¼
for (var n in HTMLIFrameElement.prototype) if (!(n in HTMLDivElement.prototype)) console.log(n);
contentDocument frameBorder height longDesc marginHeight marginWidth name scrolling src width contentWindow
ãã¼ããæ®éã