ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

W3​CValidators

by ericsorenson ALL

W3C markup validator package for the Sublime Text 2 text editor.

Labels html, svg, validator

Details

Installs

  • Total 57K
  • Win 39K
  • Mac 13K
  • Linux 5K
Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24
Windows 0 0 1 0 2 0 0 1 0 0 1 0 1 1 1 0 2 1 1 1 0 0 0 0 0 0 0 1 1 1 0 2 0 1 1 1 2 0 1 1 0 1 0 0 0
Mac 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 1 0 1 0 1 0

Readme

Source
raw.​githubusercontent.​com

Sublime-W3CValidators

About

This is a simplified markup validator package for the Sublime Text editor that uses the W3C validator web service located at http://validator.w3.org.

Unlike similar packages, curl is not required!

Installation

Via the Sublime Package Manager:

  • Ctrl+Shift+P or Cmd+Shift+P in Linux / Windows / OS X
  • Type install, select Package Control: Install Package
  • Select W3CValidators

Usage

Open an HTML or SVG file, and from the Tools menu go to W3C Validators, and then select the type of document you're validating. The results will be displayed in a new buffer.

Design Decisions

Automatic detection of document types has proven unreliable, therefore only explicit document type validation is supported. Not all document types are supported, because most of them should be deprecated in practice.