2024-04-01 [18:39:33.0718] Sorry, yes, Chrome's behaviour for non-special URLs is currently incorrect, but we're working on it. You can star this bug https://issues.chromium.org/issues/40063064 to be notified when there are updates. [02:04:42.0027] https://github.com/whatwg/url/issues/815 [02:39:38.0636] When trying to build the HTML spec in my macOS (Sonoma 14.4.1) environment, I was getting the following error: > = note: ld: library 'System' not found > clang: error: linker command failed with exit code 1 (use -v to see invocation) To fix it I needed to do this: > export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" I wonder if we should document this 2024-04-02 [02:39:41.0523] Looking for mathml content in httparchive but it's almost entirely this: https://github.com/facebook/react/blob/6e650109999e5f483fcb910ff20fe8148a566cb2/packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js#L3934 (cc bkardell ) [02:49:16.0391] https://chromestatus.com/metrics/feature/timeline/popularity/4403 might be better. Maybe mathml on the web usually isn't in markup but generated from script? [04:15:42.0871] I really only know one website: https://golem.ph.utexas.edu/~distler/blog/ [04:16:17.0353] There used to be a website that collected all of them, but I don't remember that one [05:44:46.0639] > <@zcorpan:mozilla.org> Looking for mathml content in httparchive but it's almost entirely this: https://github.com/facebook/react/blob/6e650109999e5f483fcb910ff20fe8148a566cb2/packages/react-dom-bindings/src/server/ReactFizzConfigDOM.js#L3934 (cc bkardell ) yeah not surprising since the http archive is mainly getting home pages and even sites dedicated to math and science don't usually put math on the home page :). There are sites like https://ar5iv.labs.arxiv.org/, for example.. [05:48:13.0531] and wikipedia has many millions but currently (because of core interop issues - that's why we're here) still doesn't use it for rendering, only for a11y -- so like https://en.wikipedia.org/wiki/Mass%E2%80%93energy_equivalence has 30 mathml instances related to images of math - ick [05:51:20.0669] zcorpan: we have a few very rich sources - is there something you're trying to answer specifically that I can help with or just generally poking around? [05:53:51.0827] bkardell: trying to get a sense of how much content uses `href` and on which elements [05:56:18.0066] > <@zcorpan:mozilla.org> bkardell: trying to get a sense of how much content uses `href` and on which elements ah well you can see _some_ discussion in that issue (there are some related emails or issues with more on this same topic, but it's pretty generally aligned with this) https://github.com/w3c/mathml-core/issues/142#issuecomment-1082772082 [05:56:37.0224] > in the full collection there, there are 30 the thing is most of the corpuses are in XML toolchains that they are open to some transforms on - many things have been adapted for mathml-core already [06:00:10.0306] That's why I am saying if the group is like "we should prefer mrow because then links still work" I am like, well, only a tiny tiny fraction and the rest you have to transform anyways - let's just fix it properly [06:03:51.0929] Right [06:58:31.0946] > <@zcorpan:mozilla.org> Right I do think the a11y tools might be a pretty compelling argument (many are already fine so we'd have to see how difficult the other two are I guess) - I am just trying to make sure `` gets a fair shot is all because i think it is clearly the best answer if possible...But I can also accept if it is not, it's not a hill I want to get seriously injured on [08:00:30.0271] zcorpan: do you have all you need or can I help you find more? [08:01:54.0598] bkardell: a separate use counter for every mathml element in a document with an href attribute, maybe? :) [08:02:33.0185] For now my conclusion is that href at all is very rare [08:10:02.0157] hmm, idk - in some sets it is not rare at all. In a few almost every token has an href, but in those cases that is to do a toolip about what it represents or something and would be better maybe as a popover :) [08:12:48.0775] but yeah I guess there are many many docs with no links too [08:16:12.0339] there are also potentially false positives depending on how you count.. like `document.querySelectorAll('math [href]').length` is too naieve because it will give you positives of links that are in foreign content inside the tokens (which is fine, it's just HTML), and also stuff inside `` which isn't displayed [08:17:10.0360] I looked at like 50 that match the chromium use counter and not one had `math [href]` on a presentation-math element. There was one with a href attribute inside `annotation-xml` but that was not a rendered element [08:23:05.0110] emilio: had some counters in moz, not sure if they are still there or if they're counting this, but you could check? I mean, he is the one that opened the issue we're all pointing at even - so it's possible :) [15:36:15.0382] I'm trying to preload requests for `