12:09 | <matt rodriguez> | hey now i didnt think they had vhatrooms |
17:59 | <wayneca> | In the W3C version of HTML 5 (2010) there is an element named BB. Is that element still valid or has it been deprecated? |
18:07 | <annevk> | wayneca: pointer? (https://html.spec.whatwg.org/ is the only HTML Standard at this point, per W3C and WHATWG, but I'm still curious as I didn't think there ever was a bb element.) |
18:08 | <wayneca> | https://dev.w3.org/html5/html-author/#the-bb-element |
18:12 | <annevk> | Ah, introduced in https://github.com/whatwg/html/commit/93f87d3abab2f321e0454f880eedf3433f5c6621 and removed a year later in https://github.com/whatwg/html/commit/922c3a85c555209918e991209fded4124e7377b5. I had forgotten about that one. I did recall datagrid "existing" the other day. |
18:13 | <annevk> | (git log --grep="<bb>" was my trick, there's a couple other commits too there) |
18:13 | <wayneca> | So it's not a valid tag then. I didn't see datagrid. |
18:15 | <wayneca> | interesting. apparently there have been a few additions that were removed before being finally implemented. |
18:16 | <wayneca> | Since I'm only interested in tags that were valid at some point, I won't include tags that were never valid. |
18:17 | <annevk> | Yeah, the development model was a little different from how it is today. It can still happen, but it's far less likely. |
18:17 | <wayneca> | Thanks for helping to clear that up for me. |
23:54 | <zcorpan> | zcorpan: let me know if you feel done with https://github.com/whatwg/html/pull/7475 ; I appreciate you taking the review lead there and will be happy to give it another look after you think it's settled. |