Hi Alex,
+1
Thanks,
Serguei
On 7/25/18 11:47, Daniil Titov wrote:
Looks good to me.
--Daniil
On 7/25/18, 11:23 AM, "serviceability-dev on behalf of Alex Menkov"
<serviceability-dev-boun...@openjdk.java.net on behalf of alexey.men...@oracle.com> wrote:
Hi,
please review the following for for
https://bugs.openjdk.java.net/browse/JDK-8199155
webrev:
http://cr.openjdk.java.net/~amenkov/accessibility/webrev/
The fix adds standard "banner", "navigation", "main" regions
and fixes "<dl> without <dt>" issue.
For <dl><dd> styles which are used by most browsers are used:
dl { margin-top: 1em; margin-bottom: 1em; }
dd { margin-left: 40px; }
--alex