-
-
Notifications
You must be signed in to change notification settings - Fork 601
Use em
instead of i
and strong
instead of b
#3321
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
Conversation
@@ -621,7 +621,7 @@ kbd { | |||
background: #181c20; | |||
font-size: 14px; | |||
} | |||
#output b.log-red { | |||
#output .log-red { |
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.
No need to overqualify the selector: this should work the same.
They are semantically more correct Signed-off-by: XhmikosR <xhmikosr@gmail.com>
Huh, well I just went down a rabbit hole of interesting reading - so I guess thanks! From https://www.w3.org/International/questions/qa-b-and-i-tags:
|
Can we add some kind of style linting to ensure consistency going forward? |
At this point, I'd say no... I'm not aware of any tools that support this, especially with Lua templates. |
Maybe a quick and dirty smoke test that parses all |
I don't have the bandwidth to add this, but feel free to make an issue to track the request and move with this regardless :) |
TBH, because of reasons mentioned by RD here, this would be a difficult thing to lint anyway - as apparently there are some valid uses of I started looking into why FontAwesome suggest |
Yeah, this patch needs human eyes. I don't think it can be automated. |
They are semantically more correct
Thank you for your contribution to the Pi-hole Community!
Please read the comments below to help us consider your Pull Request.
We are all volunteers and completing the process outlined will help us review your commits quicker.
Please make sure you
What does this PR aim to accomplish?:
How does this PR accomplish the above?:
Link documentation PRs if any are needed to support this PR:
By submitting this pull request, I confirm the following:
git rebase
)