Re: RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-10 Thread Brian Burkhalter
I think it looks fine now. Brian On Aug 10, 2017, at 1:59 PM, Jonathan Gibbons wrote: > I have posted an update to the webrev and API. > > The change is in DataInput ... I have tweaked the position of the text in the > cells of that initial table. > I would prefer not to iterate further on t

Re: RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-10 Thread Jonathan Gibbons
Ooops ... forgot the updated links: Webrev: http://cr.openjdk.java.net/~jjg/8185994/webrev.01/index.html API: http://cr.openjdk.java.net/~jjg/8185994/api.01/index.html -- Jon On 08/10/2017 01:59 PM, Jonathan Gibbons wrote: I have posted an update to the webrev and API. The change is in DataIn

Re: RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-10 Thread Jonathan Gibbons
I have posted an update to the webrev and API. The change is in DataInput ... I have tweaked the position of the text in the cells of that initial table. I would prefer not to iterate further on the layout of this table, since the changeset is primarily about addressing accessibility and HTML

Re: RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-10 Thread Brian Burkhalter
On Aug 9, 2017, at 6:56 PM, Stuart Marks wrote: > On 8/9/17 5:14 PM, Jonathan Gibbons wrote: >> Please review this proposed change to address accessibility and HTML issues >> in the java.base java.io and java.nio[.*] packages. >> >> In general, the changes consist of >> * update tables to add sc

Re: RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-09 Thread Stuart Marks
On 8/9/17 5:14 PM, Jonathan Gibbons wrote: Please review this proposed change to address accessibility and HTML issues in the java.base java.io and java.nio[.*] packages. In general, the changes consist of * update tables to add scope=row|col as appropriate. In some cases, slightly more su

RFR: JDK-8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages

2017-08-09 Thread Jonathan Gibbons
Please review this proposed change to address accessibility and HTML issues in the java.base java.io and java.nio[.*] packages. In general, the changes consist of * update tables to add scope=row|col as appropriate. In some cases, slightly more surgery was needed on the table * fix issues rep