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
Update files/en-us/web/api/csspositiontrydescriptors/index.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
chrisdavidmills and github-actions[bot] committed May 28, 2024
commit b1b48fd60683d6eb7d363c60a4efc39068c770da
2 changes: 1 addition & 1 deletion files/en-us/web/api/csspositiontrydescriptors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The `CSSPositionTryDescriptors` interface defines 70 properties that represent t
There are 35 CSS properties that can be accessed as CSS property names or camel-case. For each one:

- `CSSPositionTryDescriptors.propertyName`
- : Represents the property value set in the `@position-try` at-rule using the camel-cased property name.
- : Represents the property value set in the `@position-try` at-rule using the camel-cased property name.
- `CSSPositionTryDescriptors["property-name"]`
- : Represents the property value set in the `@position-try` at-rule using the CSS property name.

Expand Down