Fix grammar in FAQ#12687
Open
webgo-oss wants to merge 1 commit into
Open
Conversation
annevk
reviewed
Jul 16, 2026
| Browsers do not implement HTML+, HTML2, HTML3.2, HTML4, HTML4.01, etc, as separate versions. They all just have a single implementation that covers all these versions at once. That is what the HTML Standard defines: how to write a browser (or other implementation) that handles _all previous versions of HTML_, as well as all the latest features. | ||
|
|
||
| One of the main goals of the HTML Standard and the WHATWG effort as a whole is to make it possible for archeologists hundreds of years from now to write a browser and view HTML content, regardless of when it was written. Making sure that we handle all documents is one of our most important goals. Not having versions does not preclude this; indeed it makes it significantly easier. | ||
| One of the main goals of the HTML Standard and the WHATWG effort as a whole is to make it possible for archaeologists hundreds of years from now to write a browser and view HTML content, regardless of when it was written. Making sure that we handle all documents is one of our most important goals. Not having versions does not preclude this; indeed it makes it significantly easier. |
Member
There was a problem hiding this comment.
I think "archeologists" is fine in en-US. I suggest we keep this one as-is.
Author
There was a problem hiding this comment.
Thanks for the clarification! I agree. I'll keep “archeologists” as-is and retain only the grammar correction.
Contributor
There was a problem hiding this comment.
Just to confirm: yes, American English allows both spellings; archaeologists and archeologists.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This pull request fixes a couple of minor language issues in the FAQ.
Changes
Fixed a grammatical error:
take the time document→take the time to documentThis change improve readability without changing the meaning of the content.