01:06
<mfreed>
Hi all, just a friendly reminder to post any discussion topics for this Thursday's joint CSSWG/WHATWG/OpenUI task force meeting to the meeting agenda issue: https://github.com/whatwg/html/issues/12455
12:00
<smaug>
headingoffset stuff is indeed a bit annoying from performance point of view.
21:51
<jmdyck>
In the HTML spec, do <b>this</b> and <span>this</span> mean different things?
21:55
<zcorpan>
jmdyck: you mean in the spec's source? The latter is turned into a link (xref) to a matching <dfn>
21:56
<jmdyck>
yes, in source
21:59
<Noam Rosenthal>
according to https://webidl.spec.whatwg.org/#this, <span>this</span> can be accessed from WebIDL interface member getter/setter/method/ctor steps, seems like the <b>this</b> instances are not those
22:01
<zcorpan>
<b>this</b> binding I guess is the term defined in ecma262
22:04
<jmdyck>
Yup, makes sense, thx.