Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,194,168 members, 7,953,625 topics. Date: Thursday, 19 September 2024 at 09:05 PM

HTML6 And CSS4: My Proposals - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / HTML6 And CSS4: My Proposals (3281 Views)

Upcoming Entertainment Shopping Social Network. Calling For Proposals. / Web Design Proposals Needed Urgently / Let's Talk About "Un Solicited Web Proposals" (2) (3) (4)

(1) (Reply) (Go Down)

HTML6 And CSS4: My Proposals by GraphicsPlus(m): 7:14pm On Jul 23, 2013
Ok, I know that HTML5 is still been developed and lots of its features are not yet compatible with all the browsers. And some web developers are even yet to learn the new features of html5 and start using them in their day-today designs. I know that 90% of css3 properties are not yet fully embraced by web developers and browsers.

So why will anyone want to start thinking of HTML6 and CSS4? Isn't that trying to mess up with html and css entirely? Well, I was thinking and it came to me that there are some features I will like to see in html and css in the future.

Let's get started.

HTML6
1. <picture></picture> - This is even been advocated already by web developers in America and Europe. It may replace <img src=""/> in the future.

2. <responsive></responsive> - This will wrap the overall webpage. It will open after body tag and closes before it.

3. <social></social> - This will be used to mark up social media networks like facebook and twitter.

4. <translate></translate> - This will be used to translate any text from English to major languages like French.

5. <list></list> - This will replace <ul> and <ol>. You just click inside the opening and closing list tag and start typing without <li>. When you finish typing a particular line, just end it with >.
Like:
<list>
Web Design>
Graphics>
Training>
</list>

6. <link></link> - This will replace <a href=""></a>. You will just type your link like this: <link>index.html</link>

7. <info></info> - This will be used to write contact info like url, email, phone, etc. It will show in a special character.

8. <page></page> - This will replace <div id="wrapper"></div>. It will be used as the main container of each web page.

9. <logo></logo> This will be used to mark up your logo. Whether your logo is an image or text, you will write it like this: <logo>images/logo.png</logo>. It will be styled later in css4.

10. <paint></paint> - This is bringing photoshop brush to the web without using an image. You will see how it works in css4.

CSS4
1. picture{
scale:proportionally;
color-ehancement:brighter;
quality-enhancement:high;
load-optimizer:fast;
}

2. responsive{
mobile[240px, 320px, 480px, 640px]: respond;
desktop[960px, 1024px, 1200px, 1600px]: respond;
fitted: true;
}

3. social > facebook{
background-color:fb-color;
hint: 'Like us on facebook';
hint-popup: top; /*This will have right, left top and bottom*/
hint-color: #fff;
hint-bg: #000;

}

4. translate{
lang: 'french'; /*It will support other languages like: Portugese, German, Greek, Latin, Arabic, etc*/
}

5. list{
type: ul; /*You can also set the value to ol*/
bullet: disc; /*You can also set to square, circle, etc.*/
}

6. link{
color: red;
hover: black; /*No more something like a:hover*/
}

7. info{
/*This will have normal css styling like color, font-size, etc, but it will have a special styling by default.*/
}

8. page{
/*This will have normal css styling like width, border, background, etc.*/
}

9. logo{
place: left; /*the value can be set to right or center. Left is the default value*/
}

10. paint{
style: splatter; /*This will have values like: splash, smooth, rough, zigzag, etc*/
color-mixture: red + yellow; /*You can mix multiple colors as long as you mix them with + sign*/
}

Let me know what you think. Am I running out of my senses? grin grin grin
Re: HTML6 And CSS4: My Proposals by Nobody: 7:30pm On Jul 23, 2013
youdondeymadt! this are symptoms of overcoding!

2 Likes

Re: HTML6 And CSS4: My Proposals by mj(m): 7:37pm On Jul 23, 2013
Am still trying to get used to HTML5, u are talking of 6. shocked
Re: HTML6 And CSS4: My Proposals by sisqology(m): 7:52pm On Jul 23, 2013
I pity u
Re: HTML6 And CSS4: My Proposals by Nobody: 8:41pm On Jul 23, 2013
GraphicsPlus.... I support you. Let me contact Tim and His team so we can start discussion on this... #Picks_up_phone...Grin_grin
Re: HTML6 And CSS4: My Proposals by yawatide(f): 9:39pm On Jul 23, 2013
lol, good ideas though I think your laziness is to blame for "social" and "responsive" tongue

1 Like

Re: HTML6 And CSS4: My Proposals by AFOLSNETWORKS(m): 9:52pm On Jul 23, 2013
Are all the above part of W3C properties? or you are just postulating?
Re: HTML6 And CSS4: My Proposals by Nobody: 9:53pm On Jul 23, 2013
AFOLSNETWORKS: Are all the above part of W3C properties? or you are just postulating?
Bros, these are mere proposals (just as op called it), they are not part of the W3C standards.
Re: HTML6 And CSS4: My Proposals by Djtm(m): 10:32pm On Jul 23, 2013
Wow! These stuffs will come in handy for layZ peeps like me. But wait, html 6? I've not finished learning/applying html 5 (it is well sha). BTW, your post makes you sound lazy even tho I don't think you are (you're just saving time I guess).
Re: HTML6 And CSS4: My Proposals by Esiri111(m): 12:48pm On Jul 24, 2013
So what re u saying.
that u want to start html6 and css4 ?
Re: HTML6 And CSS4: My Proposals by guru01(m): 3:47pm On Jul 24, 2013
this is cool, the future of web development is really bright. grin
Re: HTML6 And CSS4: My Proposals by Ojukwu24(m): 3:59pm On Jul 24, 2013
Na wah o grin
Re: HTML6 And CSS4: My Proposals by Nobody: 9:27am On Jul 25, 2013
Cool!!! cool
Re: HTML6 And CSS4: My Proposals by Nobody: 10:14am On Jul 25, 2013
All of una too funny jare, abeg ==>Next
Re: HTML6 And CSS4: My Proposals by Ajibel(m): 8:12pm On Jul 25, 2013
Lwkmd grin grin
i wonder when Graphic+ became so bored to think of all these cheesy
Re: HTML6 And CSS4: My Proposals by omoelu1(m): 9:48pm On Nov 15, 2013
6. <link></link> - This will replace <a href=""></a>. You will just type your link like this: <link>index.html</link>

Where will the hypertext be written?
Re: HTML6 And CSS4: My Proposals by Nobody: 9:46am On Nov 16, 2013
.
Re: HTML6 And CSS4: My Proposals by Appliedmaths(m): 3:26am On Nov 17, 2013
Like seriously, assuming this eventually comes to stay then I think any tom dick and harry can easily put up codes to create their works(web sits) and that means bad business bro.
Re: HTML6 And CSS4: My Proposals by Nobody: 8:59am On Nov 17, 2013
.
Re: HTML6 And CSS4: My Proposals by Omzie(m): 1:47pm On Nov 17, 2013
@g+ my main problem with your proposed specs is dat the html tags are overly dependent on css styles. for example the list tag you specified can only be defined with a declaration in css(type: ul or type: ol) what wld one do if he is to use a definition list(dl) nd remember ppl can turn of css frm their browsers you know......so by this you are hurting the law of progressive enhancement(errything shld work fine nd be accessible even if one or more of the features re turned off e.g. javascript,css)
Re: HTML6 And CSS4: My Proposals by curiouslad(m): 2:45pm On Nov 17, 2013
With angularjs you could create custom directives for whatever you wish

I currently have a <uploader action=''></uploader> directive which I use for all my file uploads
As well as a lot of others that makes my code DRY
Re: HTML6 And CSS4: My Proposals by Cordova: 12:48pm On Nov 18, 2013
I like this guy jare.

I will propose to you to develop your own html6, css4 and your web protocol so that you can launch it urself.

Good thinking! good coding! good product

(1) (Reply)

LiveScores - Football Pools Results and Fixtures / How Much Do I Pay My Middlemen? / Paypal Vcc

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 31
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.