-
Notifications
You must be signed in to change notification settings - Fork 918
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
Convert buttons with data-link-type="download" into CTAs #14955
Conversation
5555b74
to
57cada5
Compare
5cc5f94
to
d9ad0c3
Compare
52e1f8f
to
6a3347f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14955 +/- ##
==========================================
- Coverage 77.85% 77.84% -0.02%
==========================================
Files 162 162
Lines 8450 8464 +14
==========================================
+ Hits 6579 6589 +10
- Misses 1871 1875 +4 ☔ View full report in Codecov by Sentry. |
6bf2c1b
to
eb159b9
Compare
eb159b9
to
9574a8d
Compare
9574a8d
to
8c3335e
Compare
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.
Just a couple of tiny things to answer/add. But I also think it'd be a good idea to update our docs to recommend these new changes rather than the old data attributes. Great job with this! r+wc 🦖
One-line summary
Convert buttons with data-link-type="download" into CTAs.
Significant changes and points to review
data-link-typedata-download-languageIssue / Bugzilla link
#14062
Testing
data-download-version
data-cta-text
(they won't get tracked if they don't)data-download-language
remainsdata-link-type="download"
remainfx-unsupported
is added to<html>
data-cta-text
attributedata-download-version
(so stub attribution is appended towin
andosx
links)Notes: