Closed rakuco closed 2 years ago
PressureRecord is a dictionary, which is basically an ordered map.
As such, I'd expect the spec to refer to its members using the ordered map notation (foo["bar"] instead of foo.bar).
foo["bar"] instead of foo.bar
While at it: a dictionary has members, not attributes, so the term should be updated in the subsections of https://wicg.github.io/compute-pressure/#the-pressurerecord-dictionary
Please have a look @rakuco
PressureRecord is a dictionary, which is basically an ordered map.
As such, I'd expect the spec to refer to its members using the ordered map notation (
foo["bar"] instead of foo.bar
).