mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add DateTime string attribute to Time
Also handle datetime content attribute when attribute is absent. Rephrase terms used in the test: dateTime IDL property, datetime attribute and datetime content attribute. Remove failure expectations for time element.
This commit is contained in:
parent
99c4821485
commit
25f0317a82
6 changed files with 33 additions and 247 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#htmltimeelement
|
||||
interface HTMLTimeElement : HTMLElement {
|
||||
// attribute DOMString dateTime;
|
||||
attribute DOMString dateTime;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue