compat.spec.whatwg.orgCompatibility Standard

compat.spec.whatwg.org Profile

Compat.spec.whatwg.org is a subdomain of whatwg.org, which was created on 2004-03-09,making it 20 years ago. It has several subdomains, such as url.spec.whatwg.org notifications.spec.whatwg.org , among others.

Discover compat.spec.whatwg.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

compat.spec.whatwg.org Information

HomePage size: 516.329 KB
Page Load Time: 0.419648 Seconds
Website IP Address: 165.227.248.76

compat.spec.whatwg.org Similar Website

Unicode - The World Standard for Text and Emoji
home.unicode.org
The Jewish Standard - The Times of Israel Partner in New Jersey
jewishstandard.timesofisrael.com
E-Poll Market Research Blog – Setting the Standard in Media and Entertainment Research
blog.epollresearch.com
GEMCCON 2017 – The IEEE Global Electromagnetic Compatibility Conference
gemccon2017.emcss.org
Gold Standard for the Global Goals – Standard Documents
globalgoals.goldstandard.org
Intel® Desktop Compatibility Tool
processormatch.intel.com
the NWH Patient Portal - Browser Compatibility
mynwh.nwhc.net
Syracuse Post Standard Obituaries - Syracuse, NY | Syracuse Post Standard
obits.syracuse.com
Aquarius sun sign, eleventh zodiac, Aquarius traits and compatibility
aquarius.findyourfate.com
AstrologyTV | Kelli Fox Astrologer | Horoscopes and Compatibility
new.theastrologer.com
MyWPH Patient Portal - Browser Compatibility
mywph.wphospital.org
VMware Compatibility Guide - System Search
partnerweb.vmware.com
Free Astrology Reports: Natal Chart, Compatibility, Future
astro.cafeastrology.com
The HTTPS-Only Standard - The HTTPS-Only Standard
https.cio.gov
Careers at Standard Bank Group | Standard Bank
careers.standardbank.com

compat.spec.whatwg.org PopUrls

Compatibility Standard
https://compat.spec.whatwg.org/
Compatibility Standard - WHATWG
https://compat.spec.whatwg.org/?touch-action
Compatibility Standard
https://compat.spec.whatwg.org/?css-at-rules

compat.spec.whatwg.org Httpheader

Server: nginx/1.10.3
Date: Tue, 14 May 2024 08:05:58 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 275880
Last-Modified: Wed, 24 Jan 2024 10:48:20 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "65b0eaf4-435a8"
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Content-Type-Options: nosniff
Accept-Ranges: bytes

compat.spec.whatwg.org Meta Info

charset="utf-8"/
content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/
content="#3c790a" name="theme-color"/
content="light dark" name="color-scheme"/
content="Bikeshed version 4416b18d5, updated Tue Jan 2 15:52:39 2024 -0800" name="generator"/
content="c14eafeb118ad451048efdc3f8024b75419b3863" name="revision"/

compat.spec.whatwg.org Ip Information

Ip Country: United States
City Name: Clifton
Latitude: 40.8364
Longitude: -74.1403

compat.spec.whatwg.org Html To Plain Text

Compatibility Living Standard — Last Updated 24 January 2024 Participate: GitHub whatwg/compat ( new issue , open issues ) Chat on Matrix Commits: GitHub whatwg/compat/commits Snapshot as of this commit @compatstandard Tests: web-platform-tests compat/ ( ongoing work ) Translations (non-normative) : 日本語 Abstract This standard describes a collection of web platform features that web browsers need to support for compatibility with the de facto web. Table of Contents 1 Introduction 2 Conformance 3 CSS Compatibility 3.1 CSS At-rules 3.2 CSS Media Queries 3.2.1 -webkit-device-pixel-ratio 3.2.2 -webkit-transform-3d 3.3 CSS Gradient Functions 3.3.1 -webkit-linear-gradient() 3.3.2 -webkit-radial-gradient() 3.3.3 -webkit-repeating-linear-gradient() 3.3.4 -webkit-repeating-radial-gradient() 3.4 CSS Properties 3.4.1 Legacy name aliases 3.4.2 Prefixed legacy name aliases 3.4.3 Non-aliased vendor prefixed properties 3.4.4 Property mappings 3.4.5 Keyword mappings 3.4.6 Text Fill and Stroking 3.4.6.1 Foreground Text Color: the -webkit-text-fill-color property 3.4.6.2 Text Stroke Color: the -webkit-text-stroke-color property 3.4.6.3 Text Stroke Thickness: the -webkit-text-stroke-width property 3.4.6.4 Text Stroke Shorthand: the -webkit-text-stroke property 3.5 CSS Property values 3.5.1 Additional touch-action values 4 DOM Compatibility 4.1 The WebKitCSSMatrix interface 4.2 window.orientation API 4.2.1 window.orientation angle 4.2.2 Event Handlers on Window objects and body elements 5 The User-Agent String 5.1 User-Agent Tokens 5.1.1 User-Agent Token Reference 5.2 Meta Structure 5.3 Chrome 5.3.1 Chrome User-Agent pattern 5.3.2 Chrome-specific tokens 5.4 Firefox 5.4.1 Firefox User-Agent pattern 5.4.2 Firefox-specific tokens 5.5 Safari 5.5.1 Safari User-Agent pattern 5.5.2 Safari-specific tokens Acknowledgements Intellectual property rights Index Terms defined by this specification Terms defined by reference References Normative References Informative References Property Index @media Descriptors IDL Index 1. Introduction This section is non-normative. There exists an increasingly large corpus of web content that depends on web browsers supporting a number of specific vendor CSS properties and DOM APIs for functionality or layout. This holds especially true for mobile-optimized web content, which is highly dependent on -webkit- -prefixed properties. This specification aims to describe the minimal set of -webkit- -prefixed CSS properties and DOM APIs that user agents are required to support for web compatibility, which aren’t specified elsewhere. The HTTP User-Agent header field as found in major browsers today is also described. 2. Conformance All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative. The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. For readability, these words do not appear in all uppercase letters in this specification. [RFC2119] Requirements phrased in the imperative as part of algorithms (such as "strip any leading space characters" or "return false and terminate these steps") are to be interpreted with the meaning of the keyword ("must", "should", "may", etc.) used in introducing the algorithm. Conformance requirements phrased as algorithms or specific steps may be implemented in any manner, so long as the end result is equivalent. (In particular, the algorithms defined in this specification are intended to be easy to follow, and not intended to be performant.) 3. CSS Compatibility 3.1. CSS At-rules The following -webkit- vendor prefixed at-rules must be supported as aliases of the corresponding unprefixed at-rules : -webkit- prefixed at-rule alias unprefixed at-rule @-webkit-keyframes @keyframes 3.2. CSS Media Queries 3.2.1. -webkit-device-pixel-ratio Name: -webkit-device-pixel-ratio For: @media Value: number Type: range -webkit-device-pixel-ratio must be treated as an alias of the resolution range type media feature , with its value interpreted as a dppx unit. The min- or max- prefixes on range features must not apply to -webkit-device-pixel-ratio , instead the following aliases must be used: legacy -webkit- prefixed range media feature alias standard prefixed range media feature -webkit-min-device-pixel-ratio min-resolution -webkit-max-device-pixel-ratio max-resolution 3.2.2. -webkit-transform-3d Name: -webkit-transform-3d For: @media Value: mq-boolean Type: discrete The -webkit-transform-3d media feature is used to query whether the user agent supports CSS 3D transforms. [css-transforms-1] If the user agent supports 3D transforms, the value will be 1. Otherwise the value is 0. 3.3. CSS Gradient Functions 3.3.1. -webkit-linear-gradient() The -webkit-linear-gradient() gradient function must be treated as an alias of linear-gradient as defined in [css3-images-20110217] . 3.3.2. -webkit-radial-gradient() The -webkit-radial-gradient() gradient function must be treated as an alias of radial-gradient as defined in [css3-images-20110217] . 3.3.3. -webkit-repeating-linear-gradient() The -webkit-repeating-linear-gradient() gradient function must be treated as an alias of repeating-linear-gradient as defined in [css3-images-20110217] . 3.3.4. -webkit-repeating-radial-gradient() The -webkit-repeating-radial-gradient() gradient function must be treated as an alias of repeating-radial-gradient as defined in [css3-images-20110217] . 3.4. CSS Properties 3.4.1. Legacy name aliases The following -webkit- vendor prefixed properties must be supported as legacy name aliases of the corresponding unprefixed property: -webkit- prefixed property alias unprefixed property -webkit-align-items align-items -webkit-align-content align-content -webkit-align-self align-self -webkit-animation-name animation-name -webkit-animation-duration animation-duration -webkit-animation-timing-function animation-timing-function -webkit-animation-iteration-count animation-iteration-count -webkit-animation-direction animation-direction -webkit-animation-play-state animation-play-state -webkit-animation-delay animation-delay -webkit-animation-fill-mode animation-fill-mode -webkit-animation animation -webkit-backface-visibility backface-visibility -webkit-background-clip background-clip -webkit-background-origin background-origin -webkit-background-size Not really a legacy name alias . See issue #28 . background-size -webkit-border-bottom-left-radius border-bottom-left-radius -webkit-border-bottom-right-radius border-bottom-right-radius -webkit-border-top-left-radius border-top-left-radius -webkit-border-top-right-radius border-top-right-radius -webkit-border-radius border-radius -webkit-box-shadow box-shadow -webkit-box-sizing box-sizing -webkit-flex flex -webkit-flex-basis flex-basis -webkit-flex-direction flex-direction -webkit-flex-flow flex-flow -webkit-flex-grow flex-grow -webkit-flex-shrink flex-shrink -webkit-flex-wrap flex-wrap -webkit-filter filter -webkit-justify-content justify-content -webkit-mask mask -webkit-mask-box-image mask-border -webkit-mask-box-image-outset mask-border-outset -webkit-mask-box-image-repeat mask-border-repeat -webkit-mask-box-image-slice mask-border-slice -webkit-mask-box-image-source mask-border-source -webkit-mask-box-image-width mask-border-width -webkit-mask-clip mask-clip -webkit-mask-composite mask-composite -webkit-mask-image mask-image -webkit-mask-origin mask-origin -webkit-mask-position mask-position -webkit-mask-repeat mask-repeat -webkit-mask-size mask-size -webkit-order order -webkit-perspective perspective -webkit-perspective-origin perspective-origin -webkit-transform-origin transform-origin -webkit-transform-style transform-style -webkit-transform transform -webkit-transition-delay transition-delay -webkit-transition-duration transition-duration...

compat.spec.whatwg.org Whois

Domain Name: whatwg.org Registry Domain ID: 5e1eedb75e034f26a0b3d41f76617ac0-LROR Registrar WHOIS Server: whois.namecheap.com Registrar URL: http://www.namecheap.com Updated Date: 2021-02-10T08:54:42Z Creation Date: 2004-03-09T02:01:33Z Registry Expiry Date: 2030-03-09T02:01:33Z Registrar: NameCheap, Inc. Registrar IANA ID: 1068 Registrar Abuse Contact Email: abuse@namecheap.com Registrar Abuse Contact Phone: +1.6613102107 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant State/Province: Capital Region Registrant Country: IS Name Server: ns1.digitalocean.com Name Server: ns2.digitalocean.com Name Server: ns3.digitalocean.com DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T19:35:47Z <<<