diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 12:04:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 01:04:27 +0900 |
commit | 2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch) | |
tree | cc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/api/css_object_model | |
parent | dcc2714189d050e2b8b7911b3778bb5229752afe (diff) | |
download | translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2 translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip |
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/api/css_object_model')
-rw-r--r-- | files/ko/web/api/css_object_model/managing_screen_orientation/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/css_object_model/managing_screen_orientation/index.html b/files/ko/web/api/css_object_model/managing_screen_orientation/index.html index 974b5bb659..a5d1a8eefa 100644 --- a/files/ko/web/api/css_object_model/managing_screen_orientation/index.html +++ b/files/ko/web/api/css_object_model/managing_screen_orientation/index.html @@ -133,5 +133,5 @@ li { <li>{{domxref("window.screen.unlockOrientation()","screen.unlockOrientation()")}}</li> <li>{{domxref("window.screen.onorientationchange","screen.onorientationchange")}}</li> <li><a href="/en-US/docs/CSS/Media_queries#orientation" title="en-US/CSS/Media queries#orientation">The orientation media query</a></li> - <li><a class="external" href="http://hacks.mozilla.org/2009/06/media-queries/" title="http://hacks.mozilla.org/2009/06/media-queries/">A short introduction to media queries in Firefox 3.5</a></li> + <li><a class="external" href="http://hacks.mozilla.org/2009/06/media-queries/">A short introduction to media queries in Firefox 3.5</a></li> </ul> |