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

Fixes the TimeAttr.dateTime attribute #30

Merged
merged 2 commits into from
Sep 8, 2021
Merged

Fixes the TimeAttr.dateTime attribute #30

merged 2 commits into from
Sep 8, 2021

Conversation

cedx
Copy link
Member

@cedx cedx commented Sep 3, 2021

Fixes MVCoconut/coconut.vdom#42.

The from String clause added to DateTime is important: the <time datetime> attribute allows ISO8601 durations (for example: P1DT16H56M). Cf. https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement/dateTime

@cedx cedx requested a review from back2dos September 4, 2021 11:36
@back2dos back2dos merged commit 01f5234 into haxetink:master Sep 8, 2021
@cedx cedx deleted the hotfix/time branch September 8, 2021 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<time> tag: datetime attribute is stripped from the final rendering
2 participants