xz / xz/new.css

Support <abbr> and <acronym>

Open
#59 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.