[Webkit-unassigned] [Bug 46367] Implement CSSStyleRule::setSelectorText() and enable selector source range extraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 10:29:26 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46367


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web Inspector: Implement    |Implement
                   |CSSStyleRule::setSelectorTe |CSSStyleRule::setSelectorTe
                   |xt() and enable selector    |xt() and enable selector
                   |data extraction from CSS    |source range extraction
                   |source                      |
          Component|Web Inspector               |CSS
                 CC|                            |hyatt at apple.com




--- Comment #1 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2010-09-23 10:29:25 PST ---
One thing I am unsure about is the ExceptionCodes I should return from setSelectorText for when there is no document associated with the CSSStyleRule being processed (which CSSParser needs to parse the selector) and there is an error parsing the selector. None of the w3c documents seem to cover this issue.

I have chosen the semantically similar WRONG_DOCUMENT_ERR and SYNTAX_ERR, but there may be another opinion.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list