- From: <bugzilla@jessica.w3.org>
- Date: Sun, 13 Mar 2011 22:32:30 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12296
Aryeh Gregor <Simetrical+w3cbug@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Simetrical+w3cbug@gmail.com
--- Comment #1 from Aryeh Gregor <Simetrical+w3cbug@gmail.com> 2011-03-13 22:32:30 UTC ---
More copy-pasteably:
data:text/html,<!doctype html>
<input tabindex=" 2">
<script>
alert(document.querySelector("input").tabIndex);
</script>
ES spec:
http://es5.github.com/#x15.1.2.2
I didn't spot any difference other than whitespace handling, but it would be
simpler for everyone if we reused the same definition and said this worked like
parseInt(x, 10).
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Sunday, 13 March 2011 22:32:32 UTC