| 18:00 | <shu> | hmm, in a spec draft i'm writing SDOs aren't being autolinked. i have e.g. <emu-clause id="sec-struct-definitions-static-semantics-containsinstanceprivateidentifier" type="sdo"> and no linter errors |
| 18:00 | <shu> | what am i missing there |
| 18:03 | <bakkot> | probably the <dl class="header"> |
| 18:05 | <bakkot> | currently that's mandatory for it to figure out this is specifically an algorithm definition and not just some random clause |
| 18:05 | <bakkot> | probably that requirement could be dropped now that everyone's adopted structured headers and we can just look for the type attribute instead |
| 18:06 | <shu> | ah, thanks |
| 18:37 | <shu> | it was even dumber |
| 18:37 | <shu> | it was because VS Code's auto-quote insertion thing caused me to have <dl class=""header"> instead of <dl class="header"> |
| 18:39 | <shu> | chaotic evil feature |
| 19:15 | <Michael Ficarra> | I hate when editors do auto pairing |
| 19:16 | <Michael Ficarra> | this is the same kind of terrible as Ctrl+V being changed to paste-with-formatting |
| 20:41 | <shu> | hear hear |