Re: [a11yapi] Patterns (#28)

> +          inherits properties of both of them then the web author should
> +          integrate the new role into existing role hierarchy.
> +        </p>
> +      </section>
> +    </section>
> +    <section>
> +      <h2>
> +        Extension to the <code>AccessibleDocument</code> interface
> +      </h2>
> +      <p>
> +        An <a>accessible document</a> provides a method to import taxonomies.
> +      </p>
> +      <pre class="idl">
> +partial interface AccessibleDocument {
> +  Taxon? taxonOf(DOMString taxonomy, DOMString name);
> +  [ Throws ]

Hi, Marcos. It seems there's some confusion about branches. I created two
branches and pull requests, one is for patterns, another one is for
taxonomies. The patterns one was based on taxonomies, and thus you reviewed
it as part of patterns branch.

If I do the work in parallel, then what is a better way to avoid confusion?
Should each branch be positioned against master gh-pages? What is a best
analogue of MQ in git where I was able to stack patches on top of each
other?

On Thu, Nov 19, 2015 at 9:54 PM, Marcos Caceres <notifications@github.com>
wrote:

> In taxonomy.html
> <https://github.com/WICG/a11yapi/pull/28#discussion_r45431281>:
>
> > +          inherits properties of both of them then the web author should
> > +          integrate the new role into existing role hierarchy.
> > +        </p>
> > +      </section>
> > +    </section>
> > +    <section>
> > +      <h2>
> > +        Extension to the <code>AccessibleDocument</code> interface
> > +      </h2>
> > +      <p>
> > +        An <a>accessible document</a> provides a method to import taxonomies.
> > +      </p>
> > +      <pre class="idl">
> > +partial interface AccessibleDocument {
> > +  Taxon? taxonOf(DOMString taxonomy, DOMString name);
> > +  [ Throws ]
>
> Throws is only valid in Gecko webIDL :)
>
> —
> Reply to this email directly or view it on GitHub
> <https://github.com/WICG/a11yapi/pull/28/files#r45431281>.
>


---
Reply to this email directly or view it on GitHub:
https://github.com/WICG/a11yapi/pull/28/files#r45486285

Received on Friday, 20 November 2015 16:19:08 UTC