From f352cdd2131328627efd77b9d8869de7305ca57f Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Sat, 21 Mar 2009 06:45:41 +0000 Subject: [PATCH] [e] (0) update styles for w3c; fix xref errors git-svn-id: http://svn.whatwg.org/webapps@2891 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 6 +++--- source | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index b/index index 50bf50da2bd..8e130b809a8 100644 --- a/index +++ b/index @@ -30435,11 +30435,11 @@ interface HTMLFormElement : H
-

When the element is suffering from a range - underflow, the user agent must set the element's value to a valid floating point +

When the element is suffering from an + underflow, the user agent must set the element's value to a valid floating point number that represents the minimum.

-

When the element is suffering from a range overflow, +

When the element is suffering from an overflow, if the maximum is not less than the minimum, the user agent must set the element's value to a valid floating point diff --git a/source b/source index 3b758cffa48..ff63bc552b7 100644 --- a/source +++ b/source @@ -33948,13 +33948,13 @@ interface HTMLFormElement : HTMLElement {