Stoppt die Vorratsdatenspeicherung! Jetzt klicken &handeln! Willst du auch an der Aktion teilnehmen? Hier findest du alle relevanten Infos und Materialien:

Archived entries for Validatoren

HtML5 und Regular expressions

In dem A List Apart Artikel Get Ready for HTML 5 habe ich gerade gelesen, dass man in HTML5 input Elementen auch ein pattern Attribut geben kann, sehr praktisch.

HTML 5 extends the input element by offering new attributes that allow you to specify what data you will allow as input. These attributes include min and max (to set a numeric range), and HTML 5 also offers new values for the type attribute, such as url, email, date, and time.

If none of these new input types suits your needs, HTML 5 provides the pattern attribute for input elements with type=”text”. The value of the pattern attribute is a regular expression, as defined in ECMAScript and used in JavaScript.

Beispiel

Enter a US or Canadian Postal Code:
<input type="text" name="postCode"
required="required"
pattern="([0-9]{5}(-[0-9]{4})?)|([0-9][A-Z][0-9]\s+[A-Z][0-9][A-Z])"
title="US: 99999-1234; Canadian: 0A1&#160;B2C" />

Neue WAVE Version

Es gibt bereits seit fast einem Monat eine neue Version von WAVE:

Neue Features:

  • Simplified and streamlined user interface
  • Significantly re-engineered back-end framework
    • Better stability and significantly faster processing of pages
    • Single sourced code for server version of WAVE and the Firefox toolbar
    • More powerful and flexible logic for WAVE evaluation rules
  • Support for internationalization. Initial translations will be provided in coming months.
  • Several new WAVE rules
    • Missing fieldset - alert when a group of check boxes or radio buttons is not enclosed in a fieldset
    • ARIA - indicator for all ARIA roles, properties, and attributes
    • Unlabeled form element with title - alerts users to form elements that do not have an associated label, but do have the necessary title attribute
    • Blink
    • Many other rules have been further polished and improved for accuracy

Markup Validator für OS X

Der W3C’s HTML / XHTML Markup Validator als OS X App. Sweet.

Validator S.A.C. (Stand Alone Complex) is a stand-alone, easy to install, version of the W3C’s HTML / XHTML Markup Validator for Mac OS X. Validator S.A.C. is a normal Mac OS X application. No installation is required, just put Validator S.A.C. where you need it.

Validator S.A.C. can validate local files, as well as pages on local web sites. Validate using the stand-alone Favelet, drag and drop files and URLs onto the application icon, or simply use File > Open.

(X)HTML5 Validator

Experimenteller (X)HTML5 Validator

Nikita Webspider

Ich habe gerade ein wenig Nikita the Spider getestet. Nikita ist ein Batch (X)HTML Validator und Link Checker kann aber noch weit mehr. Ein weiteres Tool in der digitale Werkzeugkiste.



Copyright © 2004–2009. All rights reserved. – Impressum

RSS Feed. This blog is proudly powered by Wordpress and uses Modern Clix, a theme by Rodrigo Galindez.