Jxck
Jxck
I'm planning delete this project, and recommend to use https://github.com/defunctzombie/commonjs-assert instead. this project aimed to not depend on modules system (old style on file module) so not to use browserify,...
Is there any updates on budget api ? I wanna know about current status of budget api (actually silent push). so someone could summaries about status of this proposal ?...
### What is the feature you are proposing? Structured Field Values is the standard spec for serialize structured object into http header value. - RFC 8941: Structured Field Values for...
These changes are to support addition of content type attribute to Perfomance resource timing. Further details are available at https://github.com/w3c/resource-timing/issues/381 - [x] At least two implementers are interested (and none...
### What problem are you trying to solve? `popover` has a CloseWatcher internally, and CloseWatcher has AbortSignal option. ```js new CloseWatcher({ signal: AbortSignal.timeout(1000) }) ``` Closing popover with timeout is...
Hi Team. Thanks for translation work on [RFC8941 — Structured Field Values for HTTP(日本語訳)](https://triple-underscore.github.io/http-structured-fields-ja.html). The HTTP Working Group currently working on updating RFC 8941 (a.k.a SFbis), and it's almost finished,...
as mentioned by @keithamus at https://github.com/whatwg/html/issues/10428#issuecomment-2186785118 closing popover with timeout (time based UI) is not in conformance with [WCAG 2.2.3](https://www.w3.org/WAI/WCAG22/Techniques/general/G5.html). But the current sample code in the spec expresses it....