whatwg / dom

DOM Standard
https://dom.spec.whatwg.org/
Other
1.58k stars 295 forks source link

Editorial: consider linking "present" consistently #574

Open annevk opened 6 years ago

annevk commented 6 years ago

Instead of present use <a for="dictionary member">present</a>. However, maybe this isn't worth it if dictionaries get recast as Infra maps so we'd have to use maps infrastructure instead...

domenic commented 6 years ago

They already are mapped, aren't they? So we can do x["y"] exists.

annevk commented 6 years ago

@domenic hmm yeah, maybe we should update https://heycam.github.io/webidl/#idl-dictionaries to encourage the new terminology then?

domenic commented 6 years ago

Yeah probably a good idea. Might want to add some stuff to Infra so that any links to "present" get redirected there.