03:10
<jmdyck>
In the HTML spec, if you have an element with w-nodev that contains another element with w-nodev, the inner w-nodev is redundant, right?
05:58
<Domenic>
It should be. You can verify by comparing the outputs...
08:19
<annevk>
Someone tried to reset my GitHub password this morning. The emails seem legit (at least the links all go to github.com), except they don’t include the advice to ignore them if it wasn’t you who requested it. Is that normal for GitHub?
09:12
<anthonyv.be>
Hello, what is the normal mode of operation for feedback/issues? The FAQ seems to say that it's OK to file a GitHub issue for this. Some years ago I filed https://github.com/whatwg/html/issues/5951 and there hasn't been any activity on it since. So I'm wondering if there's something wrong with the issue itself or if it was simply overlooked because, e.g., issues are usually first presented here? I'm asking because I'd like to request an enhancement regarding abbr. In short: I usually write HTML like <dfn>HyperText Markup Language</dfn> (<abbr>HTML</abbr>) and would like to be able to link the abbr element to the dfn element. So I'd want to propose introducing a for attribute on the abbr element, analogous to the label element. Can I file this as a GitHub issue?
13:25
<bkardell>
Hello, what is the normal mode of operation for feedback/issues? The FAQ seems to say that it's OK to file a GitHub issue for this. Some years ago I filed https://github.com/whatwg/html/issues/5951 and there hasn't been any activity on it since. So I'm wondering if there's something wrong with the issue itself or if it was simply overlooked because, e.g., issues are usually first presented here? I'm asking because I'd like to request an enhancement regarding abbr. In short: I usually write HTML like <dfn>HyperText Markup Language</dfn> (<abbr>HTML</abbr>) and would like to be able to link the abbr element to the dfn element. So I'd want to propose introducing a for attribute on the abbr element, analogous to the label element. Can I file this as a GitHub issue?
Yes I'd file that as an issue.
15:25
<anthonyv.be>
Thank you, filed as https://github.com/whatwg/html/issues/11264