RESOLVED FIXED 63138
Web Inspector: split setAttributes and setAttributeValue.
https://bugs.webkit.org/show_bug.cgi?id=63138
Summary Web Inspector: split setAttributes and setAttributeValue.
Pavel Feldman
Reported 2011-06-22 07:23:49 PDT
setAttribute's documentation is confusing. It is actually doing a completely different thing.
Attachments
Patch (12.97 KB, patch)
2011-06-22 08:06 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-06-22 08:06:39 PDT
Yury Semikhatsky
Comment 2 2011-06-22 08:40:14 PDT
Comment on attachment 98173 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=98173&action=review > Source/WebCore/inspector/Inspector.json:883 > + { "name": "text", "type": "string", "description": "Text with a number of attributes. Will parse this text using HTML parser." } We should be explicit about what should happen to the existing attributes with same names should the text contain such attributes.
Pavel Feldman
Comment 3 2011-06-22 09:25:10 PDT
Note You need to log in before you can comment on or make changes to this bug.