Developers.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 html-differences.whatwg.org html.spec.whatwg.org , among others.
Discover developers.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
HomePage size: 295.29 KB |
Page Load Time: 0.446622 Seconds |
Website IP Address: 165.227.248.76 |
HTML/CSS to Image API - HTML/CSS to Image docs.htmlcsstoimage.com |
OviPro for Developers - OviPro Developers developer.ovipro.fi |
Czech Games Edition blog - Behind the scenes with Czech Games Edition blog.czechgames.com |
HTML Guides : HTML Tutorials : HTML Help : Web developers : Webmasters developers.evrsoft.com |
HTML 2 Jade - a converter for HTML html2jade.aaron-powell.com |
Aldec Active-HDL Student Edition Download - Active-HDL Student Edition is a mixed language design aldec-active-hdl-student-edition.software.informer.com |
HTML Parser -
HTML Parser htmlparser.sourceforge.net |
No Index.html Found Getting Started - web hosting,
ecommerce web hosting, web site hosting, we kerryfatu.0catch.com |
HTML Standard html.spec.whatwg.org |
AirWave Standard Edition Wireless HDTV Network Streaming Device airwave.gomohu.com |
Developers @ LoanTek - com.LoanTek.Developers developers.loantek.com |
SheetJS Community Edition | SheetJS Community Edition docs.sheetjs.com |
ACA HTML to Image Converter: Convert web page to image, HTML to PNG, HTML TO JPG, HTML TO GIF, HTML html-to-image.acasystems.com |
Dhidaily - English Edition | DhiDaily - English Edition en.dhidaily.com |
Server: nginx/1.10.3 |
Date: Tue, 14 May 2024 23:18:00 GMT |
Content-Type: text/html; charset=utf-8 |
Content-Length: 94332 |
Last-Modified: Fri, 10 May 2024 01:55:19 GMT |
Connection: keep-alive |
Vary: Accept-Encoding |
ETag: "663d7e87-1707c" |
Access-Control-Allow-Origin: * |
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload |
X-Content-Type-Options: nosniff |
Accept-Ranges: bytes |
Ip Country: United States |
City Name: Clifton |
Latitude: 40.8364 |
Longitude: -74.1403 |
HTML: The Living Standard Edition for Web Developers — Last Updated 10 May 2024 Table of contents 1 Introduction 1.1 Is this HTML5? 1.2 Background 1.3 Audience 1.4 Scope 1.5 History 1.6 Design notes 1.6.1 Compliance with other specifications 1.6.2 Extensibility 1.7 HTML vs XML syntax 1.8 Structure of this specification 1.8.1 Typographic conventions 1.9 A quick introduction to HTML 1.9.1 Writing secure applications with HTML 1.9.2 Common pitfalls to avoid when using the scripting APIs 1.9.3 How to catch mistakes when writing HTML: validators and conformance checkers 1.10 Conformance requirements for authors 1.10.1 Presentational markup 1.10.2 Syntax errors 1.10.3 Restrictions on content models and on attribute values 1.11 Suggested reading 2 Common infrastructure 2.1 Terminology 2.1.1 Resources 2.1.2 XML compatibility 2.1.3 DOM trees 2.1.4 Scripting 2.1.5 Plugins 2.1.6 Character encodings 2.1.7 Dependencies 2.1.8 Extensibility 2.2 Policy-controlled features 2.3 Common microsyntaxes 2.3.1 Boolean attributes 2.3.2 Keywords and enumerated attributes 2.3.3 Numbers 2.3.3.1 Signed integers 2.3.3.2 Non-negative integers 2.3.3.3 Floating-point numbers 2.3.3.4 Lists of floating-point numbers 2.3.4 Dates and times 2.3.4.1 Months 2.3.4.2 Dates 2.3.4.3 Yearless dates 2.3.4.4 Times 2.3.4.5 Local dates and times 2.3.4.6 Time zones 2.3.4.7 Global dates and times 2.3.4.8 Weeks 2.3.4.9 Durations 2.3.4.10 Vaguer moments in time 2.3.5 Colors 2.3.6 Space-separated tokens 2.3.7 Comma-separated tokens 2.3.8 References 2.3.9 Media queries 2.3.10 Unique internal values 2.4 URLs 2.4.1 Terminology 2.4.2 CORS settings attributes 2.4.3 Referrer policy attributes 2.4.4 Nonce attributes 2.4.5 Lazy loading attributes 2.4.6 Blocking attributes 2.4.7 Fetch priority attributes 2.5 Common DOM interfaces 2.5.1 Reflecting content attributes in IDL attributes 2.5.2 Collections 2.5.2.1 The HTMLAllCollection interface 2.5.2.2 The HTMLFormControlsCollection interface 2.5.2.3 The HTMLOptionsCollection interface 2.5.3 The DOMStringList interface 2.6 Safe passing of structured data 2.6.1 Serializable objects 2.6.2 Transferable objects 2.6.3 Structured cloning API 3 Semantics, structure, and APIs of HTML documents 3.1 Documents 3.1.1 The Document object 3.1.2 The DocumentOrShadowRoot interface 3.1.3 Resource metadata management 3.1.4 Reporting document loading status 3.1.5 Render-blocking mechanism 3.1.6 DOM tree accessors 3.2 Elements 3.2.1 Semantics 3.2.2 Elements in the DOM 3.2.3 Element definitions 3.2.3.1 Attributes 3.2.4 Content models 3.2.4.1 The "nothing" content model 3.2.4.2 Kinds of content 3.2.4.2.1 Metadata content 3.2.4.2.2 Flow content 3.2.4.2.3 Sectioning content 3.2.4.2.4 Heading content 3.2.4.2.5 Phrasing content 3.2.4.2.6 Embedded content 3.2.4.2.7 Interactive content 3.2.4.2.8 Palpable content 3.2.4.2.9 Script-supporting elements 3.2.4.3 Transparent content models 3.2.4.4 Paragraphs 3.2.5 Global attributes 3.2.5.1 The title attribute 3.2.5.2 The lang and xml:lang attributes 3.2.5.3 The translate attribute 3.2.5.4 The dir attribute 3.2.5.5 The style attribute 3.2.5.6 Embedding custom non-visible data with the data-* attributes 3.2.6 The innerText and outerText properties 3.2.7 Requirements relating to the bidirectional algorithm 4 The elements of HTML 4.1 The document element 4.1.1 The html element 4.2 Document metadata 4.2.1 The head element 4.2.2 The title element 4.2.3 The base element 4.2.4 The link element 4.2.4.1 Providing users with a means to follow hyperlinks created using the link element 4.2.5 The meta element 4.2.5.1 Standard metadata names 4.2.5.2 Other metadata names 4.2.5.3 Pragma directives 4.2.5.4 Specifying the document’s character encoding 4.2.6 The style element 4.3 Sections 4.3.1 The body element 4.3.2 The article element 4.3.3 The section element 4.3.4 The nav element 4.3.5 The aside element 4.3.6 The h1 , h2 , h3 , h4 , h5 , and h6 elements 4.3.7 The hgroup element 4.3.8 The header element 4.3.9 The footer element 4.3.10 The address element 4.3.11 Headings and outlines 4.3.11.1 Sample outlines 4.3.11.2 Exposing outlines to users 4.3.12 Usage summary 4.3.12.1 Article or section? 4.4 Grouping content 4.4.1 The p element 4.4.2 The hr element 4.4.3 The pre element 4.4.4 The blockquote element 4.4.5 The ol element 4.4.6 The ul element 4.4.7 The menu element 4.4.8 The li element 4.4.9 The dl element 4.4.10 The dt element 4.4.11 The dd element 4.4.12 The figure element 4.4.13 The figcaption element 4.4.14 The main element 4.4.15 The search element 4.4.16 The div element 4.5 Text-level semantics 4.5.1 The a element 4.5.2 The em element 4.5.3 The strong element 4.5.4 The small element 4.5.5 The s element 4.5.6 The cite element 4.5.7 The q element 4.5.8 The dfn element 4.5.9 The abbr element 4.5.10 The ruby element 4.5.11 The rt element 4.5.12 The rp element 4.5.13 The data element 4.5.14 The time element 4.5.15 The code element 4.5.16 The var element 4.5.17 The samp element 4.5.18 The kbd element 4.5.19 The sub and sup elements 4.5.20 The i element 4.5.21 The b element 4.5.22 The u element 4.5.23 The mark element 4.5.24 The bdi element 4.5.25 The bdo element 4.5.26 The span element 4.5.27 The br element 4.5.28 The wbr element 4.5.29 Usage summary 4.6 Links 4.6.1 Introduction 4.6.2 Links created by a and area elements 4.6.3 API for a and area elements 4.6.4 Downloading resources 4.6.5 Hyperlink auditing 4.6.5.1 The ` Ping-From ` and ` Ping-To ` headers 4.6.6 Link types 4.6.6.1 Link type " alternate " 4.6.6.2 Link type " author " 4.6.6.3 Link type " bookmark " 4.6.6.4 Link type " canonical " 4.6.6.5 Link type " dns-prefetch " 4.6.6.6 Link type " expect " 4.6.6.7 Link type " external " 4.6.6.8 Link type " help " 4.6.6.9 Link type " icon " 4.6.6.10 Link type " license " 4.6.6.11 Link type " manifest " 4.6.6.12 Link type " modulepreload " 4.6.6.13 Link type " nofollow " 4.6.6.14 Link type " noopener " 4.6.6.15 Link type " noreferrer " 4.6.6.16 Link type " opener " 4.6.6.17 Link type " pingback " 4.6.6.18 Link type " preconnect " 4.6.6.19 Link type " prefetch " 4.6.6.20 Link type " preload " 4.6.6.21 Link type " privacy-policy " 4.6.6.22 Link type " search " 4.6.6.23 Link type " stylesheet " 4.6.6.24 Link type " tag " 4.6.6.25 Link Type " terms-of-service " 4.6.6.26 Sequential link types 4.6.6.26.1 Link type " next " 4.6.6.26.2 Link type " prev " 4.6.6.27 Other link types 4.7 Edits 4.7.1 The ins element 4.7.2 The del element 4.7.3 Attributes common to ins and del elements 4.7.4 Edits and paragraphs 4.7.5 Edits and lists 4.7.6 Edits and tables 4.8 Embedded content 4.8.1 The picture element 4.8.2 The source element 4.8.3 The img element 4.8.4 Images 4.8.4.1 Introduction 4.8.4.1.1 Adaptive images 4.8.4.2 Attributes common to source , img , and link elements 4.8.4.2.1 Srcset attributes 4.8.4.2.2 Sizes attributes 4.8.4.3 Requirements for providing text to act as an alternative for images 4.8.4.3.1 General guidelines 4.8.4.3.2 A link or button containing nothing but the image 4.8.4.3.3 A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations 4.8.4.3.4 A short phrase or label with an alternative graphical representation: icons, logos 4.8.4.3.5 Text that has been rendered to a graphic for typographical effect 4.8.4.3.6 A graphical representation of some of the surrounding text 4.8.4.3.7 Ancillary images 4.8.4.3.8 A purely decorative image that doesn’t add any information 4.8.4.3.9 A group of images that form a single larger picture with no links 4.8.4.3.10 A group of images that form a single larger picture with links 4.8.4.3.11 A key part of the content 4.8.4.3.12 An image not intended for the user 4.8.4.3.13 An image in an email or private document intended for a specific person who is known to be able to view images 4.8.5 The iframe element 4.8.6 The embed element 4.8.7 The object element 4.8.8 The video element 4.8.9 The audio element 4.8.10 The track element 4.8.11 Media elements 4.8.11.1 Error codes 4.8.11.2...
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 <<<