Logo
  • PHP
    • HipHop / HHVM
    • Modern PHP
    • PHPStorm
    • LAMP
    • Laravel
    • Composer
    • PDO
  • JavaScript
    • node.js
    • AngularJS
  • CSS
    • SASS
    • “CSS4” (CSS level 4)
  • HTML
  • Git
  • LAMP
  • Vagrant
  • UI / UX
  • Architecture of …
  • Off-Topic
With ♥ from Berlin
October 19, 2013
Chris
HTML6
Comments Off on Is this the first HTML6 specification?

Is this the first HTML6 specification?

PreviousNext
html6

possible HTML6  logo

 

I just found this very interesting “project” including an active, but unpopular GitHub repo:

http://html6spec.com/

https://github.com/OscarGodson/HTML6

Looks like these highly logical specs are not a joke, they have substance. Just look at this:

Imagine being able to mark something up the way you want to mark it up. 
Imagine changing <div id="wrapper"> to <wrapper> ...

The rest of the specs is interesting, but does not bring massive changes. The “namespace”-like syntax looks good at first view, but i cannot see a real advantage compared to HTML4/5 here, but look for yourself:

HTML6 is conceptually HTML with XML like namespaces.

<!DOCTYPE html>
<html:html>
  <html:head>
    <html:title>HTML6 Spec Version 0.1</html:title>
    <html:meta type="description" value="... HTML with namespaces">
  </html:head>
</html:html>
<!DOCTYPE html>
<html:html>
  <html:head>
    <html:title>HTML6 Spec Version 0.1</html:title>
  </html:head>
  <html:body>
    <form:form method="post" action="/sendmail">
      <!-- Simple input (defaults to text) -->
      <form:input>
      <!--  A new HTML6 match example -->
      <form:input type="password" name="user_password">
      <form:input type="password" match="user_password">
      <!-- Advanced example -->
      <form:input type="email" placeholder="user@site.com" autofocus required>
    </form:form>
  </html:body>
</html:html>

 

This projects exists since 2012, but hasn’t got big attention yet, only 50+ stars on GitHub. I’ll do some research on this in the next days and how this is related to the official development of HTML6. Hmmm, let’s have an eye on that, maybe it’s the real thing.

 

HTMLHTML5html6
Share this

First look on Gitter, the chat for GitHub

GitHub has definitly become the #1 platform for git-based public repositories on the planet, no question. The site offers excellent

Hacked french TV channel exposed passwords in TV interview (video, screenshots, links)

This week a major french TV networks was hacked (Article on CNN #1, #2), resulting in 11 channels being completely

ubuntu-14-04-lts lamp

How to install/setup a basic LAMP stack (Linux, Apache, MySQL, PHP) on Ubuntu 12.04 or Debian 7.0/7.1

This little tutorial shows how to setup Apache, MySQL and PHP on a Linux server, in this case Ubuntu 12.04

photoshop-cc-deal

Adobe offers Photoshop for $9.99 per month (limited deal)

Currently Adobe offers the very latest version of Photoshop (which is Photoshop CC) for just $9.99 or 12,99€ (EU zone:

cheap cloud server php

DigitalOcean rolls out interesting feature: Transfering server snapshots directly to the client’s account

Today DigitalOcean has rolled out a quite interesting new feature: You are now able to transfer a server snapshot (which

vagrant

A preinstalled Vagrant box with PHP HipHop / HHVM and Ubuntu 12.04 (Precise Pangolin)

This is the same post like this one, but this time with Ubuntu 12.04 Precise Pangolin. If you need to

php

How to setup / install PHP 5.6 on Ubuntu 14.04 LTS

Ubuntu 14.04 LTS ships with PHP 5.5 by default, but if you want to use PHP 5.6, then it’s just

angularjs

Two excellent introductions into AngularJS by Todd Motto

If you are familiar with PHP frameworks and have a basic understanding of what a model, a controller and a

phpstorm-8

When PHPStorm’s cache eats up your harddisk space

I recently stumbled over this: By default PHPStorm (obviously in all versions since 1.0) creates a local history of all

atomic-design

An introduction into Atomic Design, a super-clean way to style web applications

A super-interesting talk of Brad Frost at beyond tellerrand 2013, explaining the basics of Atomic Design: What is Atomic Design

1/4

Categories

Search

hack-php
The first micro framework written in Hack is there: hack-mvc !
Stressed and unrelaxed while coding ? Try some ultra-deeply-relaxing ASMR audio clips. It will change your life. Seriously.
You made a mess with Git ? Here’s a flowchart guideline on how to fix
Dangerous Performance Myths in the Web (video talk by Thomas Lohner, PHPUG Latvia)
[Link] Improving Smashing Magazine’s Performance: A Case Study
js javascript
Push database changes to all clients in real-time (!) with AngularJS and Firebase
php
How to install/setup latest version of PHP 5.5 on Debian Wheezy 7.0/7.1/7.2 (and how to fix the GPG key error)
offf-2014
Europeans: Get ready for OFFF conference / festival in Barcelona, May 2014
php
12 tools for better PHP quality
Install MINI in 30 seconds inside Ubuntu 14.04 LTS
O’Reilly’s Programming JavaScript Applications by Eric Elliott for free (Early Access release)
microsoft-windows-azure-cloud-hosting
Microsoft’s Azure platform gives away high money prizes for “testing out” their cloud services
phpstorm-8
PHPStorm 8 (early access version) released – for free
A quick history of Comic Sans, the most wrongly used font ever
frontend-workflow
[german] Modernes Frontend-Development mit Bower, Grunt, Yeoman (45min Video, Thorsten Rinne auf der IPC2013)

Tags

apache bash centos composer conference coupon CSS debian fonts framework git GitHub hack HHVM HipHop HTML HTML5 IDE JavaScript JS LAMP laravel linux mod_rewrite MVC MySQL Nginx optimization PHP PHP 5.5 PHP 5.6 phpmyadmin PHPStorm security server SSD Ubuntu UI UX vagrant video virtual machine voucher VPS wordpress
Side-Project: Wordle-Solver:
www.wordle-helper.info

Pages

  • Privacy Policy