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

Fixed enforcement of property names in property name update #3044

Merged
merged 7 commits into from
Dec 16, 2024

Conversation

HalfWhitt
Copy link
Contributor

I pointed out in #3033 (comment) that in #3033 I accidentally added both a feature and a bug: padding/margin could now be accessed via bracket access (even though Travertino 0.3.0 doesn't natively support that for directional properties)... but so could anything else, including invalid property names.

This PR keeps the feature (documenting it in a changenote) and fixes the error. (I've not listed the latter as a "bugfix" in the changenote, since it was never in a release.) I've also added previously missing tests for properties' hyphenated forms.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@mhsmith mhsmith merged commit e624d8c into beeware:main Dec 16, 2024
41 checks passed
@HalfWhitt HalfWhitt deleted the fix_getitem_bypass branch December 17, 2024 03:35
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