w3c / at-driver

AT Driver defines a protocol for introspection and remote control of assistive technology software, using a bidirectional communication channel.
https://w3c.github.io/at-driver
Other
31 stars 4 forks source link

Normative: remove prefix from settings module #65

Closed jugglinmike closed 1 year ago

jugglinmike commented 1 year ago

Replace the templated "extension module" with a single concrete module for all vendors named settings. This improves the maintainability of the proposal and the usability of the protocol without meaningfully limiting implementation freedom or future protocol revisions.

Depends on gh-58. Resolves gh-48.


Preview | Diff

lolaodelola commented 1 year ago

@jugglinmike This looks good to me. I’ll merge once the conflicts have been resolved.

jugglinmike commented 1 year ago

Thanks, @lolaodelola! Because this included a commit we landed elsewhere, I've taken the liberty to rebase the branch and force-pushed the result. The original version of the branch is available on Bocoup's fork in case that's somehow helpful to anyone.