-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(dropdown): use semantic <ul>
and <li>
markup (closes #3072)
#3087
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
feat(dropdown): use semantic <ul>
and <li>
markup (closes #3072)
#3087
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3087 +/- ##
==========================================
+ Coverage 99.03% 99.03% +<.01%
==========================================
Files 207 207
Lines 3743 3744 +1
Branches 1123 1123
==========================================
+ Hits 3707 3708 +1
Misses 28 28
Partials 8 8
Continue to review full report at Codecov.
|
Strange.. the docs site preview isn't working right.. |
Ah... nav-item-dropdown needs to have its menu container updated to a UL as well. Might also have to tweak scrollspy a bit as well too... maybe |
|
Description of Pull Request:
Closes #3072.
PR checklist:
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact:
The PR fulfills these requirements:
dev
branch, not themaster
branchfixes #xxxx[,#xxxx]
, where "xxxx" is the issue number)and adding a new feature, break them into separate PRs if at all possible.
Conventional Commits naming convention (i.e.
"fix(alert): not alerting during SSR render", "docs(badge): Updated pill examples, fix typos",
"chore: fix typo in docs", etc). This is very important, as the
CHANGELOG
is generatedfrom these messages.
If new features/enhancement/fixes are added or changed:
package.json
for slot andevent changes)
keyboard only users? clickable items should be in the tab index, etc)
If adding a new feature, or changing the functionality of an existing feature, the PR's
description above includes:
suggestion issue first and wait for approval before working on it)