- From: John Drinkwater <john@nextraweb.com>
- Date: Mon, 10 Aug 2009 15:59:20 +0100
- To: Manu Sporny <msporny@digitalbazaar.com>
- CC: HTMLWG WG <public-html@w3.org>
Manu Sporny wrote: > The test ensures that attributes originating in the markup of an HTML4 > document are preserved by the HTML parser and are preserved in the DOM. > The xmlns:-style attributes are then accessed via pure Javascript and > DOM-Level-1 mechanisms. Here is the test: > > http://html5.digitalbazaar.com/tests/xmlns-attribute-test.html > > Could members in the communities addressed in this e-mail please: > > 1. Review the test source code to ensure the test is accurate. > 2. Submit test results for browsers that are not in the list above, > or on the test page. Please specify whether the test worked and > include your browser version string (which is available on the test > page). Another result I can give you… Your browser version is: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8) Gecko/20051202 Fedora/1.5-0.fc4 Test Result: You can retrieve xmlns: attributes in your browser using node.getAttribute() The value of the xmlns:foo attribute is: http://example.org/foo# -- John ‘[Beta]’ Drinkwater | john@nextraweb.com
Received on Monday, 10 August 2009 14:57:46 UTC