1
0
Fork 0

Add compatibility requirements

pull/1/head
Ambrose Chua 2020-10-27 17:16:49 +08:00
parent 95b62409fe
commit dbe3fb8eef
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ Clean links to a point in time
Sometimes, you want to refer to a point in time, but want to provide a timezone converter for them. datetime.link provides links to points in time and presents them in localtime. You can also optionally select which timezones to present the time in.
## Compatibility
To achieve backwards compatibility and usability without JavaScript, the dates must be converted and rendered into pure HTML. This makes cURL a working target.
Progressive enhancement extends on the UI by providing a visual editor for timezones, dates and times that change the URL. This is done with JavaScript and native input elements. In the future custom input elements could replace the native ones.