Adding <time> tag helps with accessibility, such as screen readers.
one thing i'm worried about is that it'll cause breaking changes:
add_spans should be renamed to wrap_tags to not be misreading (as span != time)
- css rules targetting old spans would be broken (
span.git-revision-date-localized-plugin)
I'm willing to open a PR if these changes would be acceptable.
Adding
<time>tag helps with accessibility, such as screen readers.one thing i'm worried about is that it'll cause breaking changes:
add_spansshould be renamed towrap_tagsto not be misreading (as span != time)span.git-revision-date-localized-plugin)I'm willing to open a PR if these changes would be acceptable.