speced / bikeshed

:bike: A preprocessor for anyone writing specifications that converts source files into actual specs.
https://speced.github.io/bikeshed
Creative Commons Zero v1.0 Universal
1.11k stars 200 forks source link

Linkify "getter"/"setter" in the IDL #670

Open tabatkins opened 8 years ago

tabatkins commented 8 years ago

Like I do with some of the other "behavioral" keywords.

domenic commented 8 years ago

Slightly related, i.e. HTML currently does this weirdly so don't copy them: https://github.com/whatwg/html/issues/922

travisleithead commented 7 years ago

Please have it produce links compatible with dfns of the following (for consistency with how the params are generated today). For example, a getter definition might be: <dfn method for="SomeInterface" lt="__getter__()|__getter__(index)">when indexing object...</dfn>

tabatkins commented 7 years ago

Yeah, giving it a pretend name of __getter__/__setter__ is probably fine.