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

1.9 docs: Fix structure #7104

Merged
merged 2 commits into from
Dec 16, 2024
Merged

1.9 docs: Fix structure #7104

merged 2 commits into from
Dec 16, 2024

Conversation

NigelBreslaw
Copy link
Member

Layouts were duplicated under keyboard input and missing common properties.

Keyboard input was missing focusscope and textinput

Layouts were duplicated under keyboard input and missing common properties.

Keyboard input was missing focusscope and textinput
@NigelBreslaw
Copy link
Member Author

Whoops. Out of interest why is 'col' one of the rare exceptions to use a short name instead of 'column' and why isn't it 'row-span' instead of 'rowspan'?

@tronical
Copy link
Member

Unfortunately I don't have a good reason :-). I like column. We could also go all CSS and have

`column-start` / `column-end` / `row-start` / `row-end`

and let

`column: X` be short-hand for `column-start: X; column-end: X;`

@NigelBreslaw NigelBreslaw merged commit f032942 into master Dec 16, 2024
37 checks passed
@NigelBreslaw NigelBreslaw deleted the nigel/fix-docs branch December 16, 2024 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants