compat.spec.whatwg.orgCompatibility Standard

compat.spec.whatwg.org Profile

compat.spec.whatwg.org

Maindomain:whatwg.org

Title:Compatibility Standard

Description:Compatibility Living Standard — Last Updated 18 June 2019 Participate: GitHub whatwg/compat ( new issue , open issues ) IRC: #whatwg on Freenode Commits: GitHub whatwg/compat/commits Snapshot as of

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

Website / Domain: compat.spec.whatwg.org
HomePage size:383.891 KB
Page Load Time:0.423032 Seconds
Website IP Address: 165.227.248.76
Isp Server: Santa Cruz Community Internet

compat.spec.whatwg.org Ip Information

Ip Country: United States
City Name: Santa Cruz
Latitude: 36.97412109375
Longitude: -122.03079986572

compat.spec.whatwg.org Keywords accounting

Keyword Count

compat.spec.whatwg.org Httpheader

Server: nginx/1.10.3
Date: Sun, 16 Feb 2020 18:04:39 GMT
Content-Type: text/html; charset=utf-8
Last-Modified: Wed, 19 Jun 2019 05:12:49 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"5d09c451-29c3b"
Access-Control-Allow-Origin: *
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Content-Type-Options: nosniff
Content-Encoding: gzip

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="Bikeshed version 872cce6d3026423d677f3bd5837f1a1a46299a04" name="generator"/

165.227.248.76 Domains

Domain WebSite Title

compat.spec.whatwg.org Similar Website

Domain WebSite Title
compat.spec.whatwg.orgCompatibility Standard
pct1.sandisk.comSanDisk | Product Compatibility Tool
processormatch.intel.comIntel® Desktop Compatibility Tool
ehconnect.emersonhosp.orgEmerson Hospital Connect - Browser Compatibility
partnerweb.vmware.comVMware Compatibility Guide - System Search
mywph.wphospital.orgMyWPH Patient Portal - Browser Compatibility
mynwh.nwhc.netthe NWH Patient Portal - Browser Compatibility
my.childrens-specialized.orgMy Children's Specialized Patient & Family Portal - Browser Compatibility
findyourfate.comAstrology, Daily Horoscope, Horoscopes, Numerology, Compatibility, Sun Signs at Findyourfate.com
standardspeaker.comStandard-Speaker Obituaries - Hazleton PA Standard-Speaker
proastro.comChinese Astrology | Chinese Horoscopes 2020 | Lunar Calendar Forecast | Zodiac Signs Compatibility
photos.times-standard.comEureka Times-Standard - Eureka Times-Standard Media Center
standardex.comStandard Express - Standard Express Home
obits.syracuse.comSyracuse Post Standard Obituaries - Syracuse, NY | Syracuse Post Standard
url.spec.whatwg.orgURL Standard

compat.spec.whatwg.org Traffic Sources Chart

compat.spec.whatwg.org Alexa Rank History Chart

compat.spec.whatwg.org aleax

compat.spec.whatwg.org Html To Plain Text

Compatibility Living Standard — Last Updated 18 June 2019 Participate: GitHub whatwg/compat ( new issue , open issues ) IRC: #whatwg on Freenode 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 non-standard (and often vendor-prefixed) CSS properties and DOM APIs 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 Gradients 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 Simple property aliases 3.4.2 Prefixed property aliases 3.4.3 Non-aliased vendor prefixed properties 3.4.4 Property mappings 3.4.5 Keyword mappings 3.4.6 Foreground Text Clipping: the -webkit-background-clip property 3.4.7 Text Fill and Stroking 3.4.7.1 Foreground Text Color: the -webkit-text-fill-color property 3.4.7.2 Text Stroke Color: the -webkit-text-stroke-color property 3.4.7.3 Text Stroke Thickness: the -webkit-text-stroke-width property 3.4.7.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 Acknowledgements 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 webkit -prefixed CSS properties and DOM APIs for functionality or layout. This holds especially true for mobile-optimized web content. 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. The Non-Standard Compatibility wiki page will serve as a rough guide for what this specification intends to cover. 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> Accepts min/max prefixes: no 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 Gradients 3.3.1. -webkit-linear-gradient() -webkit-linear-gradient() must be treated as an alias of linear-gradient as defined in [css3-images-20110217] . 3.3.2. -webkit-radial-gradient() -webkit-radial-gradient() must be treated as an alias of radial-gradient as defined in [css3-images-20110217] . 3.3.3. -webkit-repeating-linear-gradient() -webkit-repeating-linear-gradient() must be treated as an alias of repeating-linear-gradient as defined in [css3-images-20110217] . 3.3.4. -webkit-repeating-radial-gradient() -webkit-repeating-radial-gradient() must be treated as an alias of repeating-radial-gradient as defined in [css3-images-20110217] . 3.4. CSS Properties 3.4.1. Simple property aliases The following -webkit- vendor prefixed properties must be supported as 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-origin background-origin -webkit-background-size Not simple. 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 -webkit-transition-property transition-property -webkit-transition-timing-function transition-timing-function -webkit-transition transition 3.4.2. Prefixed property aliases The following -webkit- vendor prefixed properties must be supported as aliases of the corresponding unprefixed properties. If the user agent does not ship the unprefixed equivalent, the -webkit- prefixed property must be treated as an alias of the user agent’s own vendor pr...

compat.spec.whatwg.org Whois

"domain_name": [ "WHATWG.ORG", "whatwg.org" ], "registrar": "NAMECHEAP INC", "whois_server": "whois.namecheap.com", "referral_url": null, "updated_date": [ "2020-02-09 02:48:10", "2020-02-03 22:38:45" ], "creation_date": "2004-03-09 02:01:33", "expiration_date": "2021-03-09 02:01:33", "name_servers": [ "NS1.DIGITALOCEAN.COM", "NS2.DIGITALOCEAN.COM", "NS3.DIGITALOCEAN.COM", "ns1.digitalocean.com", "ns2.digitalocean.com", "ns3.digitalocean.com" ], "status": [ "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "serverTransferProhibited https://icann.org/epp#serverTransferProhibited", "transferPeriod https://icann.org/epp#transferPeriod" ], "emails": [ "abuse@namecheap.com", "5915a37519d245fba9cea4ce81d21af4.protect@whoisguard.com" ], "dnssec": "unsigned", "name": "WhoisGuard Protected", "org": "WhoisGuard, Inc.", "address": "P.O. Box 0823-03411", "city": "Panama", "state": "Panama", "zipcode": null, "country": "PA"