her.esy.fun/src/Scratch/en/validation/index.html
Yann Esposito (Yogsototh) 059fabd7d0
many minor details to update
2022-10-26 11:38:50 +02:00

79 lines
3.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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" />
<link rel="stylesheet" type="text/css" href="../../../css/y.css" />
<link rel="stylesheet" type="text/css" href="/css/legacy.css" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss.xml" />
<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>
</div>
</div>
</div>
</div>
</body>
</html>