- From: <bugzilla@jessica.w3.org>
- Date: Thu, 22 Sep 2011 00:58:32 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14235
Summary: >10 Rendering >10.5 Bindings >10.5.15 textarea element
>If the element has a rows attribute, ... >Otherwise,
the user agent is expected to act as if it had a
user-agent-level style sheet rule setting the 'height'
property on the element to the textarea ef
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
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-wg-issue-tracking@w3.org,
public-html@w3.org
Specification: http://dev.w3.org/html5/spec/Overview.html
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Comment:
>10 Rendering
>10.5 Bindings
>10.5.15 textarea element
>If the element has a rows attribute, ...
>Otherwise, the user agent is expected to act as if it had a user-agent-level
style sheet rule setting the 'height' property on the element to the textarea
effective height.
Well...
Does this sentence mean that the height of textarea may depends on browser's
default size?
The textarea element's height may be expected the size what the rows attribute
is set 2, as below.
>4 The elements of HTML
>4.10 Forms
>4.10.13 The textarea element
>The rows attribute specifies the number of lines to show. If the rows
attribute is specified, its value must be a valid non-negative integer greater
than zero. If applying the rules for parsing non-negative integers to the
attribute's value results in a number greater than zero, then the element's
character height is that value; otherwise, it is 2.
Sorry for my dirty English. Thanks.
Posted from: 210.136.240.17
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.50
(KHTML, like Gecko) Version/5.1 Safari/534.50
--
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 Thursday, 22 September 2011 00:58:34 UTC