mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Improve support of limited unsigned long attributes
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
interface HTMLTextAreaElement : HTMLElement {
|
||||
// attribute DOMString autocomplete;
|
||||
// attribute boolean autofocus;
|
||||
attribute unsigned long cols;
|
||||
[SetterThrows]
|
||||
attribute unsigned long cols;
|
||||
// attribute DOMString dirName;
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
@@ -18,6 +19,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
attribute DOMString placeholder;
|
||||
attribute boolean readOnly;
|
||||
attribute boolean required;
|
||||
[SetterThrows]
|
||||
attribute unsigned long rows;
|
||||
attribute DOMString wrap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user