diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 10:47:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 23:47:53 +0900 |
commit | f639481a733ab7e23d0302fa68eb723d428bb373 (patch) | |
tree | fee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/api/server-sent_events | |
parent | 3224fae710c5287f61da7470993d56f956e47927 (diff) | |
download | translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2 translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip |
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/api/server-sent_events')
-rw-r--r-- | files/ja/web/api/server-sent_events/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/api/server-sent_events/index.html b/files/ja/web/api/server-sent_events/index.html index ab17626629..33922c16f4 100644 --- a/files/ja/web/api/server-sent_events/index.html +++ b/files/ja/web/api/server-sent_events/index.html @@ -129,7 +129,7 @@ translation_of: Web/API/Server-sent_events <ul> <li>Remy Sharp による <a class="link-https" href="https://github.com/remy/polyfills/blob/master/EventSource.js">EventSource のポリフィル</a></li> - <li>Yaffle による <a class="link-https" href="https://github.com/Yaffle/EventSource" title="https://github.com/Yaffle/EventSource">EventSource のポリフィル</a></li> + <li>Yaffle による <a class="link-https" href="https://github.com/Yaffle/EventSource">EventSource のポリフィル</a></li> <li>Rick Waldron による <a class="link-https" href="https://github.com/rwldrn/jquery.eventsource">jquery プラグイン</a></li> <li>intercooler.js <a href="http://intercoolerjs.org/docs.html#sse">declarative SSE support</a></li> </ul> @@ -145,7 +145,7 @@ translation_of: Web/API/Server-sent_events <h3 id="Other_resources" name="Other_resources">その他のリソース</h3> <ul> - <li>Server-sent events を使用した <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/" title="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter のようなアプリケーション</a>。<a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline" title="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends timeline">コードは Github にあります</a>。</li> - <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events" title="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5 and Server-sent events</a></li> - <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html" title="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Server-sent events using Asp.Net</a></li> + <li>Server-sent events を使用した <a href="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/" title="http://hacks.mozilla.org/2011/06/a-wall-powered-by-eventsource-and-server-sent-events/">Twitter のようなアプリケーション</a>。<a class="link-https" href="https://github.com/mozilla/webowonder-demos/tree/master/demos/friends%20timeline">コードは Github にあります</a>。</li> + <li><a href="http://dsheiko.com/weblog/html5-and-server-sent-events">HTML5 and Server-sent events</a></li> + <li><a href="http://rajudasa.blogspot.in/2012/05/html5-server-sent-events-using-aspnet.html">Server-sent events using Asp.Net</a></li> </ul> |