Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"object getStartDate()" should be "Date getStartDate()" #3340

Closed
mmotorny opened this issue Jan 11, 2018 · 2 comments
Closed

"object getStartDate()" should be "Date getStartDate()" #3340

mmotorny opened this issue Jan 11, 2018 · 2 comments

Comments

@mmotorny
Copy link

Actual text

https://html.spec.whatwg.org/multipage/media.html#media-elements:idl-object

object getStartDate();

Proposed text

Date getStartDate();

Rationale

@annevk
Copy link
Member

annevk commented Jan 11, 2018

In IDL Date is not a type. It got removed at some point: whatwg/webidl#69.

@domenic
Copy link
Member

domenic commented Jan 11, 2018

Closing, as the spec seems fine here. It still returns a Date, which is a type of object.

@domenic domenic closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants