refactor: define HTML document interfaces locally - #305
Merged
Conversation
This was referenced Aug 3, 2026
fhammerschmidt
approved these changes
Aug 4, 2026
Collaborator
Author
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4d99b5225
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 5, 2026 12:14
bab7423 to
c7a5286
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 5, 2026 12:31
c7a5286 to
c3d41f1
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 5, 2026 12:34
c3d41f1 to
3cee2c5
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 5, 2026 13:57
715c922 to
e95bd5e
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 5, 2026 14:00
e95bd5e to
f863df7
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 5, 2026 15:08
f863df7 to
e6f9753
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 6, 2026 14:52
1fafc4b to
893b4e6
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 6, 2026 15:04
862cf4b to
dbc72eb
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 6, 2026 20:09
e919bc5 to
401bd0b
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
2 times, most recently
from
August 6, 2026 20:58
d2eba26 to
adfbb40
Compare
fhammerschmidt
approved these changes
Aug 7, 2026
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:32
adfbb40 to
673d373
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:44
673d373 to
f9aa4b9
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:45
f9aa4b9 to
5fa59cd
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:50
5fa59cd to
ac2b2ff
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:54
ac2b2ff to
401700e
Compare
jderochervlk
force-pushed
the
codex/html-document-elements
branch
from
August 7, 2026 13:56
401700e to
76561e4
Compare
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.
Tracking issue: #342
Summary
HTMLmodule for shared HTML option typesHTMLUnknownElementinterfaceTemporary state
DOM/DomTypeswhile later HTML families are migratedDomTypescompatibility moduleReview focus
HTMLVerification
npm run buildnpm testnpm run format:check