-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add additional definitions of 'string' (w3c/i18n-actions#41) #117
Merged
Commits on Sep 18, 2023
-
Add additional definitions for 'string' (w3c/i18n-actions#41)
There are multiple sources for the term 'string', including WEBIDL, INFRA, Unicode, and XML Schema. In our discussions with RDF-star, we have found that there is a need for generic string definitions for use by JSON, Schema.org, RDF, and XML-based specs which are not consistent with DOMString/USVString. This PR needs to be accompanied by changes to the I18N-GLOSSARY in order to be complete. This PR is for initial discussion purposes before we embark on those changes.
Configuration menu - View commit details
-
Copy full SHA for 06a6982 - Browse repository at this point
Copy the full SHA 06a6982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 056989a - Browse repository at this point
Copy the full SHA 056989aView commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87c0614 - Browse repository at this point
Copy the full SHA 87c0614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fe543d - Browse repository at this point
Copy the full SHA 0fe543dView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b47a05e - Browse repository at this point
Copy the full SHA b47a05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f03560 - Browse repository at this point
Copy the full SHA 5f03560View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2e7473 - Browse repository at this point
Copy the full SHA e2e7473View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0c88a13 - Browse repository at this point
Copy the full SHA 0c88a13View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ab9303 - Browse repository at this point
Copy the full SHA 5ab9303View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 581c1ed - Browse repository at this point
Copy the full SHA 581c1edView commit details -
This change significantly reorganizes the section on strings in hopes of making the definitions clearer and to reduce the overall repetitive nature of the text. It also moves the text about design-principles to a note at the top, rather than burying it in the text. The relationship of DOMString and USVString to surrogates is clarified and pulled into one place.
Configuration menu - View commit details
-
Copy full SHA for abfe4fb - Browse repository at this point
Copy the full SHA abfe4fbView commit details
Commits on Oct 1, 2023
-
- Move inline style to local.css - fix lint-ignore on string definition - link to webidl definitions as needed - add a note about why you want DOMString when specifying bytes on the wire
Configuration menu - View commit details
-
Copy full SHA for 73a5321 - Browse repository at this point
Copy the full SHA 73a5321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4306012 - Browse repository at this point
Copy the full SHA 4306012View commit details
Commits on Oct 3, 2023
-
- Fix links to DOMString and USVString to use WebIDL markup - Rephrase the sentence about UTF-8's relationship to surrogate code points.
Configuration menu - View commit details
-
Copy full SHA for 3d96083 - Browse repository at this point
Copy the full SHA 3d96083View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37c5ea8 - Browse repository at this point
Copy the full SHA 37c5ea8View commit details
Commits on Oct 6, 2023
-
Move the mustard ahead of the explanation
We have a general practice of putting the best practice text before the explanation of the BP so that users linking into specdev can read below the best practice rather than having to scroll up and start the section over. This change moves the string definition guidance ahead of all of the text about string types.
Configuration menu - View commit details
-
Copy full SHA for aef0664 - Browse repository at this point
Copy the full SHA aef0664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36cdea8 - Browse repository at this point
Copy the full SHA 36cdea8View commit details
Commits on Oct 12, 2023
-
Address comments in 2023-10-12 call
- Change the MUSTard to recommend USVString first. - Split the MUSTard into two BPs - Add a missing link around one instance of `USVString` - Add an issue that includes a link to w3ctag/design-principles#454 and appropriately scary sounding text.
Configuration menu - View commit details
-
Copy full SHA for 122d472 - Browse repository at this point
Copy the full SHA 122d472View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa1629c - Browse repository at this point
Copy the full SHA fa1629cView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb508d6 - Browse repository at this point
Copy the full SHA bb508d6View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 776c7dc - Browse repository at this point
Copy the full SHA 776c7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6563800 - Browse repository at this point
Copy the full SHA 6563800View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.