sideshowbarker
sideshowbarker
These do work: ``` SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" clang -x c++ test.mm SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" clang -x objective-c++ test.mm ```
> These do work: > > ``` > SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" clang -x c++ test.mm > SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" clang -x objective-c++ test.mm > ``` But this does...
Going ahead and closing this for now — since the docs are currently written are accurate
The checker code itself doesn’t implement any limitation on the frequency of requests. If this question is instead about what limits the W3C https://validator.w3.org/nu/ service might impose, then that’s a...
> conflicts, likely from PR I just merged Yup, thanks — resolved now
The CI failure appears to just be the problem of test harness running into the overall timeout
Per https://github.com/LadybirdBrowser/ladybird/issues/4258, it seems you’ll also need to build with all optimizations disabled — `-O0` — in order to reproduce this. But anyway, I guess this issue is now just...
> Hi @sideshowbarker -- thanks for this, can you update the table here too: [w3c.github.io/aria#accessibilityroleandproperties-correspondence](https://w3c.github.io/aria/#accessibilityroleandproperties-correspondence) Yep, will do tomorrow or later this week. (I’m in the midst of finishing up...
> I think the table in [Section 10.2 ARIA Attribute Correspondence](https://w3c.github.io/aria/#accessibilityroleandproperties-correspondence) also needs updating. > … > can you update the table here too: [w3c.github.io/aria#accessibilityroleandproperties-correspondence](https://w3c.github.io/aria/#accessibilityroleandproperties-correspondence) Now updated. Sorry for having...
Thanks for taking time to report this. Does the W3C CSS validator also report an error for that snippet?