-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Port chrome-only dialog tests to WPT part 4 #31889
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.
The review process for this patch is being conducted in the Chromium project.
html/semantics/interactive-elements/the-dialog-element/non-modal-dialog-layout.html
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,72 @@ | |||
<!DOCTYPE html> | |||
<link rel=author href="mailto:[email protected]"> |
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.
nit: Here and other tests, would be nice if double quotes were used around the attr value.
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've been doing rel=author
instead of rel="author"
for years, is there a style guide or anything? I kind of like not using quotes with simple string values.
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.
not sure if there's a style guide (I wish there was), but attribute values most commonly have double quotes around them, not sure why smaller values should be exempt.
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.
ok, ill add quotes to all the dialog tests as a followup
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 created a followup to do this: #32043
d80dfaa
to
bff561b
Compare
bff561b
to
dc5ce9c
Compare
Bug: 1240798 Change-Id: I6267d6ce10f1cdf3b326b8a8cbbf90054a47f658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3314613 Reviewed-by: Mason Freed <[email protected]> Commit-Queue: Joey Arhar <[email protected]> Cr-Commit-Position: refs/heads/main@{#950887}
dc5ce9c
to
5f339c3
Compare
Bug: 1240798
Change-Id: I6267d6ce10f1cdf3b326b8a8cbbf90054a47f658
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3314613
Reviewed-by: Mason Freed <[email protected]>
Commit-Queue: Joey Arhar <[email protected]>
Cr-Commit-Position: refs/heads/main@{#950887}