Opened 7 years ago
Closed 7 years ago
#3218 closed enhancement (fixed)
Add hint about tags to posting form
Reported by: | sterndata | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | has-patch |
Cc: |
Description
People use hashtags, perids, semicolons, etc. Add a hint to the tag field.
Attachments (4)
Change History (11)
This ticket was mentioned in Slack in #forums by sterndata. View the logs.
7 years ago
#2
@
7 years ago
- Keywords has-patch added
- Type changed from defect to enhancement
+1. Here's my patch and it actually works.
#3
@
7 years ago
Oh, I didn't seen @Mirucon patch before uploading mine :)
So I think the difference between the two patches:
– mine is using aria-describedby
attribute for a better accessibility of this help text
– Mirucon's is using <p>
tag and CSS which is great
How about mixing these two approaches? :)
About aria-describedby
,see: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute
#4
@
7 years ago
Sounds good, but let's only do it for the WordPress.org/support theme:
- wordpress.org/public_html/wp-content/themes/pub/wporg-support
Let's not do it on the bb-base, bbPress, or BuddyPress themes, also the wporg-forums
theme is no longer used so no point updating this theme either, all i18n sites should be using the new theme I now believe.
like this but formatted nicely.