diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/learn/html | |
parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/learn/html')
-rw-r--r-- | files/pl/learn/html/howto/use_data_attributes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/learn/html/howto/use_data_attributes/index.html b/files/pl/learn/html/howto/use_data_attributes/index.html index 9cd0b47a1c..c35097fd10 100644 --- a/files/pl/learn/html/howto/use_data_attributes/index.html +++ b/files/pl/learn/html/howto/use_data_attributes/index.html @@ -76,7 +76,7 @@ article[data-columns='4'] { <h2 id="Zobacz_też">Zobacz też</h2> <ul> - <li>Ten artykuł jest oparty na <a href="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/" title="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/">Using data attributes in JavaScript and CSS pochodzącego z hacks.mozilla.org</a>.</li> + <li>Ten artykuł jest oparty na <a href="https://hacks.mozilla.org/2012/10/using-data-attributes-in-javascript-and-css/">Using data attributes in JavaScript and CSS pochodzącego z hacks.mozilla.org</a>.</li> <li>Atrybuty są także wspierane w SVG 2; zobacz {{domxref("SVGElement.dataset")}} i {{SVGAttr("data-*")}}.</li> <li><a href="http://www.sitepoint.com/use-html5-data-attributes/">How to use HTML5 data attributes</a> (Sitepoint)</li> </ul> |