You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The individual cases are anchorable but the toplevel type t += isn't which is annoying when you want refer to the extension, not a particular case. I guess something must be solved to generate unique ids in that case.
Also it would be nice to classify them as spec type extension rather spec extension Since most of the rendering is going to be shared with spec type, this simplifies stylesheets. It seems to stem from this line but I'm a bit usure what will happen for generators if we replace that "extension" with "type extension" (e.g. here in the HTML generator). @Drup knows maybe ?