Skip to content

docs: WIP calendar resource strings - #291

Draft
damyanpetev wants to merge 1 commit into
masterfrom
dpetev/xml-docs-calendar-resources
Draft

docs: WIP calendar resource strings#291
damyanpetev wants to merge 1 commit into
masterfrom
dpetev/xml-docs-calendar-resources

Conversation

@damyanpetev

Copy link
Copy Markdown
Member

Description

Addition to #286 for the calendar resource strings, since those need to be reviewed specially and/or updated.

Type of Change (check all that apply):

  • Bug fix
  • New functionality
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (no functional changes)
  • Documentation
  • Demos
  • CI/CD
  • Tests
  • Changelog

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code
  • This PR includes API docs for newly added methods/properties
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes behavioral changes and the feature specification has been updated with them
  • Accessibility (ARIA, keyboard navigation, focus management) has been verified

@damyanpetev
damyanpetev requested a review from skrustev August 3, 2026 17:00
@damyanpetev damyanpetev added 📖 documentation Improvements or additions to documentation 📆 calendar labels Aug 3, 2026
partial void OnSelectMonthChanging(ref string newValue);

/// <summary>
/// Text for the accessible label of the header button that switches the calendar to the months view.

@skrustev skrustev Aug 4, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe more clear would be to say it is for the "accessibility attribute aria-label", since label might mean something that's visible?

Same for SelectYear.

partial void OnPreviousMonthChanging(ref string newValue);

/// <summary>
/// The label of the navigation button that moves the days view one month back.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also "aria-lable" related.
Same for NextMonth, PreviousYear, NextYear, PreviousYears, NextYears.

partial void OnSelectDateChanging(ref string newValue);

/// <summary>
/// Title shown in the calendar header until a date is selected, in single selection mode.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

So we decide on this to be the correct functionality, since currently it is always showing Select Date/Select Range? Probably should log it?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I have not, which is why this is WIP and I've no idea what to do with those props yet. Kinda why I tucked this PR to the side since we need to clear what's the functionality behind these, if any

Base automatically changed from dpetev/xml-docs to master August 4, 2026 14:51
@dkamburov dkamburov self-assigned this Aug 5, 2026
@damyanpetev
damyanpetev force-pushed the dpetev/xml-docs-calendar-resources branch from d402873 to 7992c4f Compare August 6, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📖 documentation Improvements or additions to documentation 📆 calendar

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants