[Bug 10344] New: col.span and colgroup.span should not be limited to only non-negative numbers greater than zero. Chrome, Firefox, Opera, and Safari all agree that this alerts "false" (didn't test in IE because it doesn't support data URLs properly, too lazy): data:text/

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10344

           Summary: col.span and colgroup.span should not be limited to
                    only non-negative numbers greater than zero.  Chrome,
                    Firefox, Opera, and Safari all agree that this alerts
                    "false" (didn't test in IE because it doesn't support
                    data URLs properly, too lazy): data:text/
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#the
                    -col-element
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html@w3.org


Section: http://www.whatwg.org/specs/web-apps/current-work/#the-col-element

Comment:
col.span and colgroup.span should not be limited to only non-negative numbers
greater than zero.  Chrome, Firefox, Opera, and Safari all agree that this
alerts "false" (didn't test in IE because it doesn't support data URLs
properly, too lazy): data:text/html,<!doctype html><script>var el =
document.createElement("col"); var thrown = false; try { el.span = 0; }
catch(e) { thrown = true; } alert(thrown);</script>

Posted from: 68.175.61.233

-- 
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 Tuesday, 10 August 2010 22:48:43 UTC