-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Query pagination: remove div #28831
Query pagination: remove div #28831
Conversation
Size Change: -358 B (0%) Total Size: 1.36 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this Ella!
Code wise looks good and test failures are not related - unfortunately they are intermittent from Navigation
issues.
Allow any formatting as long as it is not interactive, since the parent element is a link. Honestly I'm not sure if we should allow formatting here at all since this is a strange place for it. Formatting is supposed to be semantic.
I trust you better with this decision, due to all your experience with RichText. If you think it's better to remove all formatting, let's do it. My initial approach for allowing bold
and italic
only was subjective.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, I can confirm this works and I like the simplified code 👍
Ok, maybe it's better to leave formatting out of the formatting. I don't see much value here. We can always add formatting, but it's hard to remove later on. |
Description
See #28125.
How has this been tested?
Screenshots
Types of changes
Checklist: