mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02: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:
@@ -4,5 +4,5 @@
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#htmltimeelement
|
||||
interface HTMLTimeElement : HTMLElement {
|
||||
// attribute DOMString dateTime;
|
||||
attribute DOMString dateTime;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user