her.esy.fun/src/Scratch/en/validation/index.html

79 lines
3.7 KiB
HTML
Raw Normal View History

2021-04-18 10:23:24 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YBlog - Validation</title>
<link rel="shortcut icon" type="image/x-icon" href="../../../Scratch/img/favicon.ico" />
2022-10-26 09:38:50 +00:00
<link rel="stylesheet" type="text/css" href="../../../css/y.css" />
2021-05-25 20:25:47 +00:00
<link rel="stylesheet" type="text/css" href="/css/legacy.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
2021-04-18 10:23:24 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" href="../../../Scratch/img/about/FlatAvatar@2x.png" />
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<!-- IndieAuth -->
<link href="https://twitter.com/yogsototh" rel="me">
<link href="https://github.com/yogsototh" rel="me">
<link href="mailto:yann.esposito@gmail.com" rel="me">
<link rel="pgpkey" href="../../../pubkey.txt">
</head>
<body lang="en" class="default">
<div id="content">
<div id="header">
<div id="choix">
<div id="choixlang">
<a href="../../../Scratch/fr/validation/">French</a>
</div>
<div class="flush"></div>
</div>
<div id="navigation">
<a href="../../../">Home</a>
<span class="sep">¦</span>
<a href="../../../Scratch/en/blog">Blog</a>
<span class="sep">¦</span>
<a href="../../../Scratch/en/softwares">Softwares</a>
<span class="sep">¦</span>
<a href="../../../Scratch/en/about">About</a>
</div>
</div>
<div id="titre">
<h1>Validation</h1>
</div>
<div class="flush"></div>
<div id="afterheader" class="default">
<div class="corps">
<p>One word to explain why there is some validation errors.</p>
<p>I wanted to use <code>box-shadows</code> and <code>border-radius</code>.</p>
<p>Then here I prefered pragmatism against dogmatism.</p>
<p>Using these properties broke my validation but work really well in the two most recent and main browsers (Safari 4 and Firefox 3.5 at the time Im writing these lines). If you dont use these browser the page is correctly displayed but not with all the eyecandy effects.</p>
<p>I believed in the benefits of <abbr title="Cascading Style Sheet">CSS</abbr> validation, this is why there is alway the <abbr title="Cascading Style Sheet">CSS</abbr> validation link on my pages. And all <abbr title="Cascading Style Sheet">CSS</abbr> validate except for properities beginning by <code>-moz</code> and <code>-webkit</code>.</p>
</div>
<div id="afterarticle">
<div id="bottom">
<div>
<a href="https://twitter.com/yogsototh">Follow @yogsototh</a>
</div>
<div>
Yann Esposito©
</div>
<div>
Done with
<a href="http://www.vim.org" target="_blank" rel="noopener noreferrer nofollow"><span class="strike">Vim</span></a>
<a href="http://spacemacs.org" target="_blank" rel="noopener noreferrer nofollow">spacemacs</a>
<span class="pala">&amp;</span>
<a href="http://nanoc.ws" target="_blank" rel="noopener noreferrer nofollow"><span class="strike">nanoc</span></a>
<a href="http://jaspervdj.be/hakyll" target="_blank" rel="noopener noreferrer nofollow">Hakyll</a>
</div>
2022-10-26 09:26:08 +00:00
2021-04-18 10:23:24 +00:00
</div>
</div>
</div>
</div>
</body>
</html>