You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Web Platform Design Principles W3C Group Note, 19 May 2025 More details about this document This version: https://www.w3.org/TR/2025/NOTE-design-principles-20250519/ Latest published version: https://www.w3.org/TR/design-principles/ Editor's Draft: https://w3ctag.github.io/design-principles/ Previous Versions: https://www.w3.org/TR/2025/NOTE-design-principles-20250516/ History: https://www.w3.org/
Flameの箱を捨ててしまったためどうやって送り返すか困っています。@kyo_agoです。 今日は2014年6月にβ公開したGREEチャットで通信に使用しているSSEを紹介したいと思います。 SSEとは SSEとはServer-Sent Eventsの略でW3Cで提案されているhtml5関連APIの一種です。 これはサーバとの通信やJavaScript APIを中心としたもので、サーバからPush通信を行うための仕様です。 サーバからPush通信に関してはこれまでもCometやWebSocketが存在しましたが、SSEは互換性や効率などの点でそれ以外の技術に対する特徴があります。 ここからは具体的な仕様や、実際に使用した場合の感想などを紹介したいと思います。 通信方式 SSEはHTTP/1.1を使用し、Content-Type: text/event-streamで通信を行います。 基本的
テストを書いてWebを前進させよう!「Test the Web Forward Meetup (仮), Tokyo #1」 矢倉 眞隆(myakura) こんにちは。html5jテスト部の部長を務めています矢倉です。 今回は9月14日に行われた「Test the Web Forward Meetup (仮), Tokyo #1」について報告します。 Test the Web Forwardとは 今回のイベントをレポートするにあたり、まずはTest the Web Forward (TestTWF) について説明しないといけませんね。Test the Web Forwardとは、HTMLやCSSなどW3Cが策定している仕様のテストケースを、参加者で一緒に書こうというコミュニティイベントです。 W3Cの仕様が勧告されるには、仕様の実装が必要なのですが、その実装が正しいかを確かめるテストケースも
このページ は、このページの URL パス下にある,ウェブプラットフォーム関連の仕様の日本語訳の一覧と,各ページに共通する事項についての説明です。 これらの翻訳の正確性は保証されません。 これらの仕様の公式な文書は英語版であり、日本語訳は公式のものではありません。 一部の仕様(特に WHATWG によるもの)は日々更新され続けているので、日本語訳には最新版ではないものもあります。 また、原文の更新に伴う,ページ更新の際に見落としがあるかもしれません(更新部分の日本語訳への複製/統合段階など)。 その完全性は保証されませんが、不定期に検証されてはいます。 Jacascript / CSS / DOM の対応が古いブラウザでは、表示が崩れたり,一部の機能が働かないかもしれません(特に IE 6〜8 はほとんど考慮されていません)。 例えば目次など,一部ページ内容はスクリプトで自動生成されていま
Javascript tests No manual interaction or rendering Sync tests Simple Synchronous Test Run test localStorage Example From the spec: The getItem(key) method must return the current value associated with the given key. If the given key does not exist in the list associated with the object then this method must return null. localStorage getItem Test Run test Async tests Structure of async tests Simpl
This document provides a tutorial for W3C's test framework, known as testharness.js, which you can download from its GitHub repository. This tutorial does not assume that you are necessarily familiar with other test frameworks, but it does expect you to be reasonably proficient with JavaScript (since JavaScript APIs is what one tests using this). If you are familiar with other test frameworks such
In Visual Studio 2022 17.10 Preview 2, we’ve introduced some UX updates and usability improvements to the Connection Manager. With these updates we provide a more seamless experience when connecting to remote systems and/or debugging failed connections. Please install the latest Preview to try it out. Read on to learn what the Connection ...
This is revision $Id: Overview.html,v 1.122 2012-02-29 21:33:23 arangana Exp $. この文書にはもう一つ編集注記がある。 There are 1 further editorial notes in the document. この文書の位置付け この節では公開時点におけるこの文書の位置付けについて述べます。他の文書がこの文書に取って代わる可能性があります。W3C の現在の出版リストとこの文書の最新の状態は http://www.w3.org/TR/ W3C technical reports index にて見られます。 This section describes the status of this document at the time of its publication. Other document
This page is a high-level overview of the project and provides guidence on how to implement the intents in your applications without the need for the you to understand the entire spec. Introduction Users use many different services on the web to handle their day to day tasks, such as sharing images, editing documents and listening to music. They expect their applications to be connected and to wor
Web RTCにより拓かれるコミュニケーションサービスの形 「新たなバリュー創造へ。ntt comのチャレンジ」webアプリケーション エバンジェリスト ...
Selectors API Level 2 W3C Working Group Note 17 October 2013 This Version: http://www.w3.org/TR/2013/NOTE-selectors-api2-20131017/ Latest Editor's Draft: http://dev.w3.org/2006/webapi/selectors-api2/ Latest Version: http://www.w3.org/TR/selectors-api2/ Previous Version: http://www.w3.org/TR/2012/WD-selectors-api2-20120628/ Editor: Lachlan Hunt; Invited Expert; lachlan.hunt@lachy.id.au> Copyright ©
Chief executive of the world’s leading chip maker Nvidia says that artificial intelligence (AI) has…
Windows Internet Explorer 9 Measuring Web Page Performance - IEBlogにおいて、IE9開発版の最新リリース版であるIE9 Platform Preview 3にWeb Timing APIが実装されていることが報告されている。Web Timing APIを実装したブラウザとしてはIE9 PP3が最初のブラウザになるという。 WebサイトやWebアプリケーションにとって、ページの読み込みおよびレンダリングを最適化することはユーザを満足させるうえで欠かすことができない重要な項目。すでにさまざまなツールが存在するが、ハック的な取り組みも多く、正確な状況を把握できないケースもある。 実際に読み込みとレンダリングを実施しているブラウザそのものはすべての情報を持っているわけだが、これまではこれにアクセスして情報を取得するための包括的なAP
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く