はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ブラックフライデー

『WebKit』

  • 人気
  • 新着
  • すべて
  • Implementing Vertical Form Controls

    18 users

    www.webkit.org

    Safari 17.4 adds vertical writing mode support for form control elements across macOS, iOS, iPadOS, and visionOS. Setting written text vertically is commonly observed in East Asian languages. For example, Chinese, Japanese, and Korean (CJK) may be written vertically and read top-to-bottom, flowing in lines from right to left. Similarly, Traditional Mongolian is a vertical script that flows in line

    • テクノロジー
    • 2024/03/19 11:37
    • webkit
    • safari
    • css
    • article
    • あとで読む
    • Introducing Slot-Based Shadow DOM API

      15 users

      www.webkit.org

      We’re pleased to announce that basic support for the new slot-based shadow DOM API we proposed in April is now available in the nightly builds of WebKit after r190680. Shadow DOM is a part of Web Components, a set of specifications that were initially proposed by Google to enable the creation of reusable widgets and components on the Web. Shadow DOM, in particular, provides a lightweight encapsula

      • テクノロジー
      • 2015/10/26 23:28
      • webkit
      • WebComponents
      • shadowdom
      • safari
      • web
      • あとで試す
      • ECMAScript 6 in WebKit

        8 users

        www.webkit.org

        ES6 brings a lot of new and interesting language features to JavaScript. ES6 has learned from many of JavaScript’s past mistakes and has crafted new language features that have clearer and easier to understand semantics. let and const are examples of this; they are block scoped declarations and thus not prone to the common errors caused by misunderstanding var scoping semantics. ES6 also includes

        • テクノロジー
        • 2015/10/13 23:28
        • webkit
        • ECMAScript
        • javascript
        • JavaScript Type and Code Coverage Profiling

          7 users

          www.webkit.org

          Web Inspector now has two great tools designed to make debugging JavaScript programs easier: the Code Coverage Profiler and the Type Profiler. The Code Coverage Profiler visually displays exactly which sections of your JavaScript program have executed. The Type Profiler visually annotates important variables with the collected set of type information for those variables. Both tools make understand

          • テクノロジー
          • 2015/08/25 01:28
          • webkit
          • javascript
          • Complex CSS Selectors Inside Selectors

            5 users

            www.webkit.org

            Since last year, WebKit supports many selectors defined in the draft of CSS Selectors Level 4. In this post, we will see a special subset of new selectors: new pseudo classes that take other selectors as arguments. Those are :matches(), :not(), :nth-child(), and :nth-last-child(). All the selectors discussed in this post work for styling with CSS, and for querying with JavaScript (querySelector(),

            • テクノロジー
            • 2015/08/18 11:10
            • CSS
            • Introducing Backdrop Filters

              3 users

              www.webkit.org

              Our recent blog posts have focused on important performance and developer features added to WebKit. But WebKit is about more than just great developer tools; we also build features for authoring amazing web content. In this post I’m excited to share a great new feature that designers have been demanding for some time: backdrop filters. Let’s start with a few words explaining why this feature is im

              • テクノロジー
              • 2015/08/11 03:00
              • css
              • Building WebKit for iOS Simulator

                7 users

                www.webkit.org

                I am proud to formally announce that you can now build and run top-of-tree WebKit for iOS in the iOS Simulator. We have updated the pages on webkit.org with details on building for iOS Simulator. Early Warning System (EWS) bots for iOS are running to help contributors catch build breakage before a patch is landed. The EWS bots build 32-bit iOS WebKit for ARMv7 hardware. We chose to build this conf

                • テクノロジー
                • 2015/01/28 14:54
                • Webkit
                • iOS
                • Using ARIA 1.0 and the WebKit Accessibility Node Inspector

                  3 users

                  www.webkit.org

                  On the heels of the 25th birthday of the Web, WAI-ARIA 1.0—the specification for Accessible Rich Internet Applications—is a W3C Recommendation, thanks in part to WebKit’s implementation. Most major web applications use ARIA and related techniques to improve accessibility and general usability. Many web developers are familiar with the simple parts of ARIA, such as retrofitting roles in legacy or o

                  • テクノロジー
                  • 2014/06/11 09:28
                  • Image srcset attribute example

                    3 users

                    www.webkit.org

                    The srcset Attribute. Below is a image (img) element with both a regular src attribute as well as a srcset attribute. There is a stylesheet that sets the dimensions of images to 400x400px. On browsers without srcset support, the value of the src attribute will be used as the image src [default image]. On regular resolution displays, the 1x variant of the srcset will be used [1x image]. On displays

                    • テクノロジー
                    • 2013/08/24 08:08
                    • Webkit
                    • HTML5
                    • 画像
                    • デモ
                    • html
                    • Web制作
                    • Improved Support for Images on High-Resolution Displays

                      6 users

                      www.webkit.org

                      WebKit now supports the srcset attribute on image (<img>) elements (official specification from the W3C). This allows you, the developer, to specify higher-quality images for your users who have high-resolution displays, without penalizing the users who don’t. Importantly, it also provides a graceful fallback for browsers that don’t yet support the feature. See the new feature in action. Note that

                      • テクノロジー
                      • 2013/08/13 07:44
                      • webkit
                      • CSS
                      • image
                      • development
                      • Surfin' Safari - Blog Archive » How WebKit Loads a Web Page

                        3 users

                        www.webkit.org

                        Posted by abarth on Sunday, April 18th, 2010 at 1:57 pm Before WebKit can render a web page, it needs to load the page and all of its subresources from the network. There are many layers involved in loading resources from the web. In this post, I’ll focus on explaining how WebCore, the main rendering component of WebKit, is involved in the loading process. WebKit contains two loading pipelines, on

                        • 世の中
                        • 2013/08/07 20:35
                        • ブラウザ
                        • State of Web Inspector

                          12 users

                          www.webkit.org

                          Last year, Safari 6 included a reimagination of Web Inspector that aligned the design and user experience with Xcode 4. This design, while familiar to Mac and iOS developers, alienated some web developers familiar with the old Web Inspector. Over the last year we have listened and have taken all your feedback to heart. We are happy to announce the next version of Web Inspector, released as a devel

                          • テクノロジー
                          • 2013/06/15 05:55
                          • Safari
                          • debug
                          • Web Inspector
                          • Announcing SunSpider 1.0

                            8 users

                            www.webkit.org

                            The popular SunSpider JavaScript benchmark suite was originally released by the WebKit team over five years ago, in December 2007. It was engineered to be a balance of real JavaScript code from the web, and to serve as a blueprint for the sorts of language-level operations that the WebKit JavaScript engine should, but was as yet unable to, optimize. And optimize we did: intriguingly, the original

                            • テクノロジー
                            • 2013/05/01 09:37
                            • javascript
                            • performance
                            • test
                            • browser
                            • Tools
                            • development
                            • *あとで
                            • Last week in WebKit: a new hope

                              5 users

                              www.webkit.org

                              A lot of great changes happened this week. There was the first stable release of WebKitGTK+ 2, which is the GTK+ port of WebKit2. A lot of cleaning has been going on and WebKit is getting smaller and building faster. The bot infrastructure has also been moved over from old servers to their new home independent from chromium. New behaviors Some new features this week: Allan started support for CSS4

                              • テクノロジー
                              • 2013/04/15 22:55
                              • webkit
                              • news
                              • Surfin' Safari - Blog Archive » Announcing Remote Debugging Protocol v1.0

                                12 users

                                www.webkit.org

                                It has been almost a year since we announced the support for WebKit remote debugging. It is now officially supported by BlackBerry PlayBook and in Chrome for Android. Latest version of Chrome introduces new extensions API that exposes it to the in-browser clients as well. Today we are happy to announce the v1.0 of the remote debugging protocol. We commit to supporting it and maintain its backward

                                • 暮らし
                                • 2012/04/09 21:28
                                • webkit
                                • debug
                                • remote
                                • protocol
                                • Safari
                                • JavaScript
                                • android
                                • WebKit Page Cache II – The unload Event

                                  4 users

                                  www.webkit.org

                                  Previously I touched on what exactly the Page Cache does and outlined some of the improvements we’re working on. This post is geared towards web developers and is therefore even more technical than the last. In this article I’d like to talk more about unload event handlers, why they prevent pages from going into the Page Cache, and what can be done to make things better. Load/Unload Event Handlers

                                  • テクノロジー
                                  • 2012/03/07 12:08
                                  • browser
                                  • web制作
                                  • WebCore Rendering I – The Basics

                                    3 users

                                    www.webkit.org

                                    This is the first of a series of posts designed to help people interested in hacking on WebCore’s rendering system. I’ll be posting these articles as I finish them on this blog, and they will also be available in the documentation section of the Web site. The DOM Tree A Web page is parsed into a tree of nodes called the Document Object Model (DOM for short). The base class for all nodes in the tre

                                    • テクノロジー
                                    • 2011/10/11 18:28
                                    • Introducing SquirrelFish Extreme

                                      5 users

                                      www.webkit.org

                                      Just three months ago, the WebKit team announced SquirrelFish, a major revamp of our JavaScript engine featuring a high-performance bytecode interpreter. Today we’d like to announce the next generation of our JavaScript engine – SquirrelFish Extreme (or SFX for short). SquirrelFish Extreme uses more advanced techniques, including fast native code generation, to deliver even more JavaScript perform

                                      • 暮らし
                                      • 2011/08/20 20:47
                                      • JavaScript
                                      • HTML5
                                      • WebKit Page Cache I – The Basics

                                        4 users

                                        www.webkit.org

                                        This is the first of two posts that will center around a modern browser engine feature that doesn’t usually get a lot of press: The Page Cache. Today I’ll talk a bit about what this feature is, why it often doesn’t work, and what plans we have to improve it. Page Cache Overview Some of you might be more familiar with what other browsers call their Page Cache. Firefox calls theirs the “Back-Forward

                                        • テクノロジー
                                        • 2011/07/14 17:23
                                        • webkit
                                        • *web
                                        • *あとで読む
                                        • Surfin' Safari

                                          7 users

                                          www.webkit.org

                                          visionOS 26 brings a major update to an important building block for the spatial web: The HTML model element is enabled by default, with a new API that’s ready to use today.

                                          • テクノロジー
                                          • 2011/06/29 15:03
                                          • webkit
                                          • development
                                          • *あとで
                                          • blog
                                          • Styling Scrollbars

                                            5 users

                                            www.webkit.org

                                            WebKit now supports styling of the scrollbars in overflow sections, listboxes, dropdown menus and textareas. For those who want to skip the article and just go right to the source, here is an example. Here is a screenshot for those not running a recent enough WebKit: The scrollbar pseudo-element indicates that an object should use a custom scrollbar. When this pseudo element is present, WebKit wil

                                            • テクノロジー
                                            • 2011/05/19 23:40
                                            • WebKit
                                            • CSS
                                            • browser
                                            • Surfin' Safari - Blog Archive » WebKit Remote Debugging

                                              14 users

                                              www.webkit.org

                                              As you might know, WebKit Web Inspector is implemented as an HTML + CSS + JavaScript web application. What you might not know is that Web Inspector can run outside of the browser environment and still provide complete set of its features to the end user. Debugging over the wire Running debugger outside the browser is interesting because mobile platforms do not often provide enough screen real esta

                                              • 世の中
                                              • 2011/05/10 01:02
                                              • webkit
                                              • debug
                                              • browser
                                              • tool
                                              • development
                                              • javascript
                                              • Poster Circle

                                                4 users

                                                www.webkit.org

                                                This is a simple example of how to use CSS transformation and animations to get interesting-looking behavior. The three rings are constructed using a simple JavaScript function that creates elements and assigns them a transform that describes their position in the ring. CSS animations are then used to rotate each ring, and to spin the containing element around too. Note that you can still select t

                                                • テクノロジー
                                                • 2011/04/30 13:18
                                                • Code Style Guidelines

                                                  12 users

                                                  www.webkit.org

                                                  Indentation Use spaces, not tabs. Tabs should only appear in files that require them for semantic meaning, like Makefiles. The indent size is 4 spaces. Right: int main() { return 0; } Wrong: int main() { return 0; } The contents of namespaces should not be indented. Right: // Document.h namespace WebCore { class Document { Document(); ... }; namespace NestedNamespace { class OtherDocument { OtherD

                                                  • テクノロジー
                                                  • 2011/04/27 12:17
                                                  • webkit
                                                  • CodingStyle
                                                  • guidelines
                                                  • javascript
                                                  • 記法
                                                  • code
                                                  • programming
                                                  • Surfin' Safari - Blog Archive » Web Inspector: Understanding Stack Traces

                                                    4 users

                                                    www.webkit.org

                                                    Finding errors in JavaScript code both during application development and when it’s already released is an important part of web development. We’ve recently added a mechanism for handling uncaught JavaScript exceptions and made some improvements in the tools that allow you to work with stack traces. Now it’s a good time to summarize the ways one can deal with exceptions and stack traces in WebKit.

                                                    • 暮らし
                                                    • 2011/04/21 09:32
                                                    • WebKit
                                                    • *あとで
                                                    • JavaScript
                                                    • Surfin' Safari - Blog Archive » Running scripts in WebKit

                                                      3 users

                                                      www.webkit.org

                                                      Posted by Tony Gentilcore on Friday, September 17th, 2010 at 10:10 am WebKit nightly builds now support the HTML5 async and defer script attributes. This makes it easier for web pages to load faster by downloading JavaScript without blocking other elements of the page. Normally when the parser encounters an external script, parsing is paused, a request is issued to download the script, and parsing

                                                      • 世の中
                                                      • 2011/04/16 18:15
                                                      • safari
                                                      • html
                                                      • javascript
                                                      • Surfin' Safari - Blog Archive » Web Inspector: Styles Enhanced

                                                        3 users

                                                        www.webkit.org

                                                        During the past few months, we’ve been working hard to improve the CSS editing experience for Web Inspector users. Now, we are happy to provide you with an update. Style Presentation Have you ever found yourself in a situation where you entered a large, complex gradient definition for your background property and it suddenly disappeared once you hit Return? The reason was that the Styles sidebar o

                                                        • 暮らし
                                                        • 2011/02/25 01:10
                                                        • *あとで
                                                        • WebKit

                                                          41 users

                                                          www.webkit.org

                                                          A fast, open source web browser engine. WebKit is the web browser engine used by Safari, Mail, App Store, and many other apps on macOS, iOS, and Linux. Get started contributing code, or reporting bugs. Web developers can follow development, check feature status, download Safari Technology Preview to try out the latest web technologies, and report bugs.

                                                          • 暮らし
                                                          • 2011/02/22 16:33
                                                          • webkit
                                                          • browser
                                                          • software
                                                          • プログラミング
                                                          • 3D Transforms

                                                            8 users

                                                            www.webkit.org

                                                            WebKit on Mac OS X now has support for CSS 3D transforms, which allow you to position elements on the page in three-dimensional space using CSS. This is a natural extension of 2D transforms, which we described in an earlier blog post. 3D transforms have been supported on iPhone since 2.0, and now we’re please to announce that we have currently added support for Leopard and later. If you want to ju

                                                            • テクノロジー
                                                            • 2011/02/18 13:44
                                                            • 3d
                                                            • css

                                                            このページはまだ
                                                            ブックマークされていません

                                                            このページを最初にブックマークしてみませんか?

                                                            『WebKit』の新着エントリーを見る

                                                            キーボードショートカット一覧

                                                            j次のブックマーク

                                                            k前のブックマーク

                                                            lあとで読む

                                                            eコメント一覧を開く

                                                            oページを開く

                                                            はてなブックマーク

                                                            • 総合
                                                            • 一般
                                                            • 世の中
                                                            • 政治と経済
                                                            • 暮らし
                                                            • 学び
                                                            • テクノロジー
                                                            • エンタメ
                                                            • アニメとゲーム
                                                            • おもしろ
                                                            • アプリ・拡張機能
                                                            • 開発ブログ
                                                            • ヘルプ
                                                            • お問い合わせ
                                                            • ガイドライン
                                                            • 利用規約
                                                            • プライバシーポリシー
                                                            • 利用者情報の外部送信について
                                                            • ガイドライン
                                                            • 利用規約
                                                            • プライバシーポリシー
                                                            • 利用者情報の外部送信について

                                                            公式Twitter

                                                            • 公式アカウント
                                                            • ホットエントリー

                                                            はてなのサービス

                                                            • はてなブログ
                                                            • はてなブログPro
                                                            • 人力検索はてな
                                                            • はてなブログ タグ
                                                            • はてなニュース
                                                            • ソレドコ
                                                            • App Storeからダウンロード
                                                            • Google Playで手に入れよう
                                                            Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                            設定を変更しましたx