-
The values used to define EducationalOccupationalCredential can be serviced for so much more than just the credential types detailed in the description/name. The actual JSON definition allows for it t…
-
`hypercore` now works pretty well, it's time to implement the networking part.
## Todos
- [x] implement `feed.announce()` [(ref)](https://github.com/mafintosh/hypercore/blob/master/index.js#L885)
…
-
Starting a thread to open the discussion for supporting custom operations.
The ML field is fast moving and model architectures and operations are evolving quickly. In TensorFlow.js, we have around …
-
Long term reference picture marking and control is very useful to cope with frame lost in video conferencing, to avoid asking key frames that typically generates a large frame.
On Windows LTR marki…
-
Consider the following example:
```html
.grid {
display: inline-grid;
grid-template-columns: repeat(3, auto);
}
.subgrid {
display: grid;
background: grey;
grid-column: 1 / -1;
…
-
We need to have a cross-vendor test suite for MiniApp specs. The tests can be used as proof that the MiniApp user agents have [implemented](https://www.w3.org/2021/Process-20211102/#implementation-exp…
-
## Request for Mozilla Position on an Emerging Web Specification
* Specification Title: Cookie Store API
* Specification or proposal URL: https://wicg.github.io/cookie-store/
-
In WebGPU spec, there are a few places where API includes a message attribute that will hold a natural language, human-readable string. There is no explicit limitation on which language and directiona…
-
The [RDF Dataset Canonicalization specification](https://www.w3.org/TR/rdf-canon/) (currently a Candidate Rec) is based on the abstract syntax of RDF 1.1.
What consequences do the additions in RDF …
-
CSS 2.1 [Appendix E, about painting order](https://www.w3.org/TR/CSS2/zindex.html) has a basic separation between handling of descendants that are positioned (painted in steps 3, 8, and 9) and things …