We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check this is true, but I think when we highlight search terms the correct accessible approach is to use <mark> tags
<mark>
E.g. instead of
<p>Derived table that has one row per <strong>offence</strong> for all defendants across all cases</p>
Do this
<p>Derived table that has one row per <mark>offence</mark> for all defendants across all cases</p>
And then style the font-weight of mark.
font-weight
mark
Live example from our publications search here.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
mitchdawson1982
Successfully merging a pull request may close this issue.
Check this is true, but I think when we highlight search terms the correct accessible approach is to use
<mark>
tagsE.g. instead of
Do this
And then style the
font-weight
ofmark
.Live example from our publications search here.
The text was updated successfully, but these errors were encountered: