f8g

2010-05-01から1ヶ月間の記事一覧

Selectorの話し

firefox GChrome IE8 opera #foo .bar 636 512 432 551 .bar 493 262 435 336 #foo a 597 320 390 561 #foo * 619 280 384 530 span.bar 386 170 240 217 <html> <head><title>test</title> <script type="text/javascript"> window.onload = function(){ var selectors = [ "#foo .bar", ".bar", "#foo a", "#foo *", "</head></html>…