Re: [webkit-dev] Formatting style for inline comments in Python code

2017-11-03 Thread Aakash Jain
> On Nov 2, 2017, at 8:45 PM, Maciej Stachowiak wrote: > > > >> On Nov 2, 2017, at 5:41 PM, Aakash Jain > > wrote: >> >> >> >>> On Oct 26, 2017, at 10:21 AM, Maciej Stachowiak >> > wrote: >>> >>> >>> On Oct 26, 2017, at 10:20 AM,

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-11-03 Thread Maciej Stachowiak
> On Nov 3, 2017, at 8:59 AM, Aakash Jain wrote: > > > >> On Nov 2, 2017, at 8:45 PM, Maciej Stachowiak > > wrote: >> >> >> >>> On Nov 2, 2017, at 5:41 PM, Aakash Jain >> > wrote: >>> >>> >>> On Oct 26, 2017, at 10:21 AM, Maciej

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-11-03 Thread Aakash Jain
> On Nov 3, 2017, at 9:20 AM, Maciej Stachowiak wrote: > > > >> On Nov 3, 2017, at 8:59 AM, Aakash Jain > > wrote: >> >> >> >>> On Nov 2, 2017, at 8:45 PM, Maciej Stachowiak >> > wrote: >>> >>> >>> On Nov 2, 2017, at 5:41 PM, Aak

[webkit-dev] Accessibility Object Model

2017-11-03 Thread Nan Wang
Hello webkit-dev, I’m starting to work on implementing the Accessibility Object Model. This effort aims to create a JavaScript API to allow developers to modify (and eventually explore) the accessibility tree for an HTML page. I’m going to implement the first two phases: 1. Modify the semantic