[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

webkitとdomに関するamachangのブックマーク (4)

  • Surfin’ Safari - Blog Archive » querySelector and querySelectorAll

    Posted by David Smith on Thursday, February 7th, 2008 at 2:41 pm A familiar and unpleasant sight in web applications is fragile code traversing the DOM to get to certain elements or collections of elements. Chains of getElementById("something").parent.parent are all too common, hurting both readability and flexibility. As a result, many javascript libraries have implemented functions to use the po

    amachang
    amachang 2008/02/08
    Safari のエンジン WebKit が W3C Selectors API を実装。 W3C Selectors API は CSS のセレクタで DOM のノードを取得する API。 :hover など、 XPath では出来ないこともある。これはすごい。
  • Safari 3 の XPath のバグ: Days on the Moon

    Mac OS X v10.5 Leopard 上では一足早く正式版が公開された Safari 3。JavaScript でのゲッタとセッタのサポートや DOM 3 XPath の実装など、新機能が山盛りです。しかし、Safari 3.0.4 の DOM 3 XPath 実装にはいくつかバグがあるので、それらをここで取り上げてみようと思います。 逆方向軸に関するコンテキスト位置 XPath 1.0 では、式を角括弧で囲んだ述語を用いることで、ノードセットから結果を絞り込んでいくことが可能です。例えば、child::*[position() mod 2 = 0] なら、子要素のうち偶数番目のものだけを選び出すといった具合です。 ここで、position 関数により得られるコンテキスト位置は、元のノードセットを文書順で並べ替えたとき、現在処理中のノードが何番目になるかを示しています。ただし、an

    amachang
    amachang 2007/11/10
    Safari 3.0 から搭載される DOM 3 XPath の実装のバグまとめ。
  • Changeset 26101 – WebKit

    Show lines around each change Show the changes in full context Timestamp: Oct 7, 2007, 7:37:56 AM (17 years ago) Author: bdash Message: 2007-10-07 Mark Rowe <​mrowe@apple.com> Reviewed by Maciej. Bug 5122: Need an equivalent of Mozilla's DOMContentLoaded event ​http://bugs.webkit.org/show_bug.cgi?id=5122 This is based on a patch by Daniel Peebles (​pumpkingod@gmail.com). Test: http/tests/loading/D

    amachang
    amachang 2007/10/09
    DOMContentLoaded が WebKit に実装されました。このタイミングだと Safari 3.0 の最初のバージョンには載らない?載る?ぜひとも載ってほしいところ。 via: Taken SPC さん
  • Web Kit DOM: Hierarchical Index

    Web Kit DOM Class HierarchyGo to the graphical class hierarchy This inheritance list is sorted roughly, but not completely, alphabetically: AbstractView Attr CanvasGradient CanvasPattern CanvasRenderingContext2D CharacterData Comment Text CDATASection Counter CSSRule CSSCharsetRule CSSFontFaceRule CSSImportRule CSSMediaRule CSSPageRule CSSStyleRule CSSUnknownRule CSSRuleList CSSStyleDeclaration CS

    amachang
    amachang 2007/06/29
    WebKit 内部のクラス階層。イベントオブジェクトの種類や CSS や SVG 系の実装状況などが分かって楽しい。
  • 1