xz / xz/new.css
Support <abbr> and <acronym>
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 4.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
I suggest to highlight these tags.
Bootstrap 3 used this style to add a cursor and a bottom border:
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the stylesheet rules that define the framework's default styling for semantic HTML elements. Compare the existing treatment of abbreviation-like elements with the Bootstrap 3 CSS shown in the issue. Done means the requested tags receive the intended cursor and bottom-border styling without requiring classes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100