Skip to content
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

Editorial review: CSS anchor positioning 5: position try functionality #33609

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
bbd9ff7
Add position-try-options ref page
chrisdavidmills May 14, 2024
c3fed25
Add inset-area() function page
chrisdavidmills May 15, 2024
eba1966
Add position-try ref page
chrisdavidmills May 15, 2024
b0d56f1
Add @position-try ref page
chrisdavidmills May 15, 2024
f1c980a
Add position-try-order and CSSOM pages
chrisdavidmills May 16, 2024
8ff430d
Merge branch 'main' into css-anchor-positioning-5
chrisdavidmills May 16, 2024
0dc91ca
Merge branch 'main' into css-anchor-positioning-5
chrisdavidmills May 20, 2024
9f1ea3c
Fixes for mfreed7 review comments
chrisdavidmills May 20, 2024
da8bee9
Merge branch 'main' into css-anchor-positioning-5
chrisdavidmills May 21, 2024
e3dfe81
Pertial fix for the review comments so far
chrisdavidmills May 27, 2024
105ac53
Fixes made for rest of estelle comments so far
chrisdavidmills May 28, 2024
37cfbac
Merge branch 'main' into css-anchor-positioning-5
chrisdavidmills May 28, 2024
41fa51c
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
873556c
Update files/en-us/web/css/@position-try/index.md
chrisdavidmills May 28, 2024
aaf8922
Update files/en-us/web/css/@position-try/index.md
chrisdavidmills May 28, 2024
358717d
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
7feac15
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
b1b48fd
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
9a7159d
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
9bb621e
Update files/en-us/web/css/@position-try/index.md
chrisdavidmills May 28, 2024
b4aa225
Update files/en-us/web/api/csspositiontrydescriptors/index.md
chrisdavidmills May 28, 2024
621a4a4
Run prettier to fix linter errors
chrisdavidmills May 28, 2024
5e8d083
Update anchor names to be more distinct and less confusing
chrisdavidmills May 31, 2024
1560f65
Get around weird syntax linter behavior
chrisdavidmills May 31, 2024
b07942d
Update wording and casing for reference links
chrisdavidmills May 31, 2024
265901a
close js
estelle Jun 4, 2024
7b3c65d
remove tick marks
estelle Jun 4, 2024
831334d
Apply suggestions from code review
estelle Jun 4, 2024
205b259
Merge branch 'main' into css-anchor-positioning-5
chrisdavidmills Jun 5, 2024
9806000
Fixes for estelle review comments
chrisdavidmills Jun 5, 2024
b86c777
Update files/en-us/web/css/position-try-order/index.md
chrisdavidmills Jun 5, 2024
3642808
update @position-try example to include inset options
chrisdavidmills Jun 11, 2024
a8c2db9
Update files/en-us/web/css/@position-try/index.md
chrisdavidmills Jun 11, 2024
8b3ce0b
Update syntax section for consistency
chrisdavidmills Jun 14, 2024
e0fbe01
Add <try-size> type to position-try-order page
chrisdavidmills Jun 14, 2024
7e71b29
improve see alsos
chrisdavidmills Jun 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Run prettier to fix linter errors
  • Loading branch information
chrisdavidmills committed May 28, 2024
commit 621a4a4066e975ed73c16cb638c45557fc120b1f
1 change: 1 addition & 0 deletions files/en-us/web/api/csspositiontryrule/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ console.log(tryOption.style.maxWidth) // "200px"
- [CSS anchor positioning](/en-US/docs/Web/CSS/CSS_anchor_positioning) module
- [Using CSS anchor positioning](/en-US/docs/Web/CSS/CSS_anchor_positioning/Using)
- {{DOMxRef("CSSPositionTryDescriptors")}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

```
chrisdavidmills marked this conversation as resolved.
Show resolved Hide resolved