diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:43:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 11:43:09 -0300 |
commit | 28b935d9dca4bb27b8f53b4f211c004e233f52e4 (patch) | |
tree | 3d5de50b13c51c9527af014cf05947b4daef6f5d /files/pt-br/web/html/element/del | |
parent | 434acdbb5b298229fbbf126e893603024bbee26c (diff) | |
download | translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.gz translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.bz2 translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841)
Diffstat (limited to 'files/pt-br/web/html/element/del')
-rw-r--r-- | files/pt-br/web/html/element/del/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/html/element/del/index.html b/files/pt-br/web/html/element/del/index.html index 302c098db3..78131fe50c 100644 --- a/files/pt-br/web/html/element/del/index.html +++ b/files/pt-br/web/html/element/del/index.html @@ -22,7 +22,7 @@ translation_of: Web/HTML/Element/del <dt> {{htmlattrdef("datetime")}}</dt> <dd> - This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time" title="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd> + This attribute indicates the time and date of the change and must be a <a class="external" href="http://www.w3.org/TR/html5/common-microsyntaxes.html#valid-date-string-with-optional-time">valid date with an optional time string</a>. If the value cannot be parsed as a date with an optional time string, the element does not have an associated time stamp.</dd> </dl> <h2 id="Examples">Examples</h2> <pre class="brush: html"><p><del>This text has been deleted</del></p></pre> |