[Webkit-unassigned] [Bug 171498] New: AX: Support time at datetime for verbosity clarification of dates, times, and durations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 1 09:41:36 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=171498

            Bug ID: 171498
           Summary: AX: Support time at datetime for verbosity clarification
                    of dates, times, and durations
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cfleizach at apple.com
                CC: webkit-bug-importer at group.apple.com

Support time at datetime for verbosity clarification of dates, times, and durations

* NOTES
Looks like the time element covers date, time, and durations.
http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element

Examples:

Duration spoken as "four minutes eighteen seconds"
<time datetime="4m 18s">04:18</time>

Versus Time spoken as "four eighteen"
<time>04:18</time> <!-- implicit -->
<time datetime="04:18">04:18</time> <!-- explicit, redundant -->

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170501/e5ae589d/attachment-0001.html>


More information about the webkit-unassigned mailing list