aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/mousewheel_event
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 10:31:29 -0400
committerIrvin <irvinfly@gmail.com>2021-08-04 01:30:29 +0800
commitd4b97cd8ba7c9b71d5e3ccb119103047da3b44a8 (patch)
treef8ea6bd0389fecc2c53d179b28dbd848a1dc421f /files/zh-cn/web/api/element/mousewheel_event
parent9ea776df4726b50ce1b83e7ef8da6b20aeeece73 (diff)
downloadtranslated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.gz
translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.tar.bz2
translated-content-d4b97cd8ba7c9b71d5e3ccb119103047da3b44a8.zip
remove link 'title' attributes that's just the 'href' (zh-cn, part 6)
Diffstat (limited to 'files/zh-cn/web/api/element/mousewheel_event')
-rw-r--r--files/zh-cn/web/api/element/mousewheel_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/mousewheel_event/index.html b/files/zh-cn/web/api/element/mousewheel_event/index.html
index 26649814ed..bd903b3be5 100644
--- a/files/zh-cn/web/api/element/mousewheel_event/index.html
+++ b/files/zh-cn/web/api/element/mousewheel_event/index.html
@@ -155,7 +155,7 @@ original_slug: Web/Events/mousewheel
<p>This difference makes a serious issue for web application developers. That is, web developers cannot know if <code>mousewheel</code> event is caused by which device.</p>
-<p>See <code>WebInputEventFactory::mouseWheelEvent</code> of the <a href="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/WebInputEventFactoryMac.mm" title="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/mac/WebInputEventFactory.mm">Chromium's source code</a> for the detail.</p>
+<p>See <code>WebInputEventFactory::mouseWheelEvent</code> of the <a href="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/WebInputEventFactoryMac.mm">Chromium's source code</a> for the detail.</p>
<h3 id="Safari">Safari</h3>