mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Implemented hidden, removed corresponding passed tests
This commit is contained in:
@@ -22,7 +22,7 @@ interface HTMLElement : Element {
|
||||
// attribute any itemValue; // acts as DOMString on setting
|
||||
|
||||
// user interaction
|
||||
// attribute boolean hidden;
|
||||
attribute boolean hidden;
|
||||
//void click();
|
||||
// attribute long tabIndex;
|
||||
//void focus();
|
||||
|
||||
Reference in New Issue
Block a user