You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize the draft is pretty rough, but I wanted to provide some early guidance on things I noticed. I can't find the source so I'm not able to inspect it to help more, but just to start:
We don't generally typographically mark up "true" and "false" in web specs.
Use Infra where possible. E.g. instead of List, do [=list=]. Optionally you can then do things like [=list/For each=].
Reference them later with <a abstract-op>Operation</a>(...) (example)
In general, don't use direct links into other specs; you want to set up your anchors block so that autolinking just works. This can be tricky but is worth it in general.
"compile a WebAssembly module":
The argument should be {{BufferSource}} not just BufferSource
Link to the promises guide for resolving/rejecting promises. It's not perfect but it's what everyone else does so when we fix the promises guide to be better you'll get the trickle-down effects.
"instantiate a WebAssembly module":
There seems to be a switch to monospace for variables; stick with |var|.
Link to Infra for Assert (just [=Assert=] should do it).
I guess in general this algorithm is still in the process of being converted, so I'll leave it alone.
The text was updated successfully, but these errors were encountered:
I realize the draft is pretty rough, but I wanted to provide some early guidance on things I noticed. I can't find the source so I'm not able to inspect it to help more, but just to start:
List
, do[=list=]
. Optionally you can then do things like[=list/For each=]
.<a abstract-op>Operation</a>(...)
(example){{BufferSource}}
not justBufferSource
this
whatwg/webidl#135 .) But we usually saycreate a new {{X}} object
, not the spec's current "Let module be a new object whose [[Prototype]] is the interface prototype object of Module."|var|
.[=Assert=]
should do it).The text was updated successfully, but these errors were encountered: