Skip to content

Commit

Permalink
update README, last modified
Browse files Browse the repository at this point in the history
  • Loading branch information
othree committed Sep 9, 2010
1 parent 2a371f4 commit ee22f36
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
30 changes: 30 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,36 @@ Disable WAI-ARIA attribute support:

let g:atia_attributes_complete = 0

## Change Log

### Version 0.2

- attributes now must match from beginning
- fix some attr(\w*on\w*) will use jscomplete for their value
- add vim-makefile

## References

1. [HTML5 Spec][1]
2. [HTML5 Markup][2]
3. [Custom Data Attributes][3]
4. [microdata][4]
5. [RDFa 1.0 Rec][5]
6. [RDFa 1.1 Core WD][6]
7. [WAI-ARIA][7]
8. [IANA Language Sub Tags][8]
9. [IANA Charset][9]

[microdata]:http://dev.w3.org/html5/md/
[RDFa]:http://www.w3.org/TR/rdfa-syntax/
[aria]:http://www.w3.org/TR/wai-aria/

[1]:http://dev.w3.org/html5/spec/
[2]:http://dev.w3.org/html5/markup/
[3]:http://dev.w3.org/html5/spec/Overview.html#custom-data-attribute
[4]:http://dev.w3.org/html5/md/
[5]:http://www.w3.org/TR/rdfa-syntax/#a_xhtmlrdfa_dtd
[6]:http://www.w3.org/TR/rdfa-core/
[7]:http://www.w3.org/TR/wai-aria/
[8]:http://www.iana.org/assignments/language-subtag-registry
[9]:http://www.iana.org/assignments/character-sets
2 changes: 1 addition & 1 deletion autoload/xml/html5.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim completion for HTML5 data file
" Language: HTML5
" Maintainer: othree <[email protected]>
" Last Change: 2010 Sep 08
" Last Change: 2010 Sep 09


" Lang Tag: {{{
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=0.1
VERSION=0.2

1 change: 1 addition & 0 deletions syntax/html/html5.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
" and don't replace default html.vim syntax file
"
" Modified: othree <[email protected]>
" Last Change: 2010/09/09
" Changes: update to Draft 28 August 2010
" add complete new attributes
" add wai-aria attributes
Expand Down

0 comments on commit ee22f36

Please sign in to comment.