-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refer to byte/bit sequences instead of octet/bit strings #397
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I skimmed through this, but this looks correct to me. Thanks for aligning the language, that'll help future readers.
@@ -612,24 +612,26 @@ <h2>Terminology</h2> | |||
{{BufferSource}} are defined in [[WEBIDL]]. | |||
</p> | |||
<p> | |||
An <dfn id="dfn-octet-string">octet string</dfn> is an ordered sequence of zero or more | |||
integers, each in the range 0 to 255 inclusive. | |||
The term [= byte sequence =] is defined in [[Infra]]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typically you have a line like this:
This specification depends on the Infra Standard. [INFRA]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I was looking at that for #268, but there's still a few other inconsistencies with the language there, so I'll add that later 😊
Thanks for the reviews! |
SHA: efe2685 Reason: push, by twiss Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Builds on top of #396.
Refer to Infra's byte sequences instead of defining our own octet string concept, and rename bit strings to bit sequences to match. Also, link to Infra's byte sequence/length where appropriate, and properly define the length in bits.
Preview | Diff