diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:32:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 19:32:34 +0300 |
| commit | 6685b06b55a6892feba6fdea3d56888c89555aac (patch) | |
| tree | 576a7cab14e6f7ead9ec21a4cffb3abeb0f42857 /files/ru/web/css/css_box_model | |
| parent | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (diff) | |
| download | translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.gz translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.tar.bz2 translated-content-6685b06b55a6892feba6fdea3d56888c89555aac.zip | |
remove link 'title' attributes that's just the 'href' (ru, part 2) (#1732)
Diffstat (limited to 'files/ru/web/css/css_box_model')
| -rw-r--r-- | files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html index f5e1c962b0..6d66cab586 100644 --- a/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html +++ b/files/ru/web/css/css_box_model/introduction_to_the_css_box_model/index.html @@ -46,12 +46,12 @@ original_slug: Web/CSS/box_model </thead> <tbody> <tr> - <td><a class="external" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions" title="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Level 2 (revision 1)</a></td> + <td><a class="external" href="http://www.w3.org/TR/CSS21/box.html#box-dimensions">CSS Level 2 (revision 1)</a></td> <td>{{ Spec2('CSS2.1') }}</td> <td>Though more precisely worded, there is no practical change</td> </tr> <tr> - <td><a class="external" href="http://www.w3.org/TR/REC-CSS1/#formatting-model" title="http://www.w3.org/TR/REC-CSS1/#formatting-model">CSS Level 1</a></td> + <td><a class="external" href="http://www.w3.org/TR/REC-CSS1/#formatting-model">CSS Level 1</a></td> <td>{{ Spec2('CSS1') }}</td> <td> </td> </tr> |
