João Moreno
6e3703638e
Merge pull request #476 from Protectator/master
...
Correcting documentation to better match JSDoc's style.
2015-11-23 10:11:51 +01:00
Kewin Dousse
e186bb34b7
Correcting documentation to better match JSDoc's style.
2015-11-23 09:50:11 +01:00
David Storey
c55f04ac94
Update browser support for CSS Flexbox
...
Generally E,C29,FF22,IE11,O12.1,S9, except flex-flow and flex-wrap,
where they were not unprefixed until FF28
2015-11-23 00:45:39 -08:00
David Storey
2a28bebbf1
Add Edge support info for Pseudo classes and elements
...
…and fixed issues where it claims IE10 supports pseudo elements that it
doesn’t.
2015-11-23 00:33:26 -08:00
Benjamin Pasero
f84dd4e7ee
window.openInNewWindow => window.openFilesInNewWindow
2015-11-23 09:32:54 +01:00
Benjamin Pasero
3e6df16f93
Merge pull request #475 from joaomoreno/issue379
...
mkdirp: don't try to create fs roots
2015-11-23 09:32:09 +01:00
Joao Moreno
60713ed94f
mkdirp: don't try to create fs roots
...
fixes #379
2015-11-23 09:23:24 +01:00
David Storey
81f52187b3
Update browser support info for @supports, @keyframes
2015-11-23 00:00:38 -08:00
David Storey
ab6f1c56de
Add Edge support info to CSS At-rules
2015-11-22 23:55:15 -08:00
Benjamin Pasero
fc6faebbdd
Merge pull request #453 from pborreli/typos
...
Fixed typos
2015-11-23 08:09:13 +01:00
David Storey
0e06936a51
Add Edge to list of browsers
...
…so it can be used to add browser support info in CSS IntelliSense.
2015-11-22 23:08:21 -08:00
Benjamin Pasero
150c33d0d7
Merge pull request #445 from claudioc/claudioc/typo_fix
...
Fixes typos in the javascript.contribution
2015-11-23 08:07:32 +01:00
Benjamin Pasero
144eda776f
Merge pull request #431 from kheiakiyama/rm_inputbox2
...
Delete files not using
2015-11-23 08:04:33 +01:00
Benjamin Pasero
abad7fb787
increase test timeout
2015-11-23 07:42:20 +01:00
Joel Bennett
4279850edf
Fix function keyword syntax
...
Avoid matching "function" at the end of other words
Fix highlighting of scope keywords
2015-11-23 00:57:36 -05:00
David Storey
335aee1cd1
Remove no longer valid elements from emptyElements list
2015-11-22 20:23:56 -08:00
David Storey
29ccc32e0c
Add set for valid wrap values
2015-11-22 20:19:48 -08:00
David Storey
917d624fbb
Add yes/no set and assign to global translate attribute
2015-11-22 20:17:37 -08:00
David Storey
dcb0a77640
Add valid shape and scope values
2015-11-22 20:14:53 -08:00
David Storey
4a7291e035
Add additional set for <form method> inc. dialog value
...
…and capitalise GET / POST. Old get/post set is still needed for
formmethod on input and button.
2015-11-22 20:10:55 -08:00
David Storey
4a68465f12
Set valid input mode values for the inputmode attribute
2015-11-22 20:03:21 -08:00
David Storey
9d8b6245e8
Add valid encoding type values for enctype/formenctype attributes
2015-11-22 19:58:00 -08:00
David Storey
051a797a1a
Set draggable attribute to a true/false bool, and remove t/f/a set
...
…auto isn’t a valid value for draggable. true/false/auto isn’t needed
once that uses a boolean.
2015-11-22 19:50:55 -08:00
David Storey
0ce3ab1c20
Add auto to valid dir attribute values
...
…auto isn’t valid when using on <bdo> element, so need to find how to
show that. It is valid for the global dir attribute.
2015-11-22 19:46:04 -08:00
David Storey
84b65a36ed
Add <menuitem> el to HTML autocomplete & update <menu>
...
* Add menuitem element and define valid values for menuitem type
attribute
* Add valid values for menu type attribute
* Add menu to valid button values
* Remove old command element
2015-11-22 19:41:20 -08:00
David Storey
2df7cf8d4c
Add valid values for the preload attribute for audio/video elements
2015-11-22 19:10:25 -08:00
David Storey
5991c9fc12
Add valid values to track kind attribute for auto-complete
2015-11-22 19:04:07 -08:00
David Storey
649a6f5c8c
Remove no longer valid pubdate attribute from time element
2015-11-22 18:57:46 -08:00
David Storey
72de9a7001
Add sorted attribute to <th> element auto-complete
2015-11-22 18:55:59 -08:00
David Storey
95645dad5b
Add minlength attribute to <textarea> auto-complete
2015-11-22 18:50:24 -08:00
David Storey
bb27baf2f3
Add <template> element
...
…as used by Web Components.
2015-11-22 18:44:19 -08:00
David Storey
5e28c65ddb
Add valid <table> attributes to HTML auto-complete
2015-11-22 18:40:22 -08:00
David Storey
a6ccea15ad
Remove media attribute from <source> element
...
…no longer valid in HTML5.1 and WhatWG HTML
2015-11-22 18:30:31 -08:00
David Storey
ab59845776
Add autocomplete attribute to <select> auto-complete
2015-11-22 18:25:27 -08:00
David Storey
d28360a801
Add nonce attribute to <script> and <style> elements
...
…as used by CSP. Included in W3C HTML5.1 and WHATWG Living standard.
Also re-ordered <script> to match spec, to make it easier to scan for
updates.
2015-11-22 18:11:25 -08:00
David Storey
1872ea5374
Add the various HTML ruby attributes to auto-complete
2015-11-22 18:03:45 -08:00
David Storey
88347eda21
Add type attribute to <ol> and specify valid values
2015-11-22 17:56:57 -08:00
David Storey
67667199fb
Add HTML crossorigin attribute to <link> and <script> elements
...
(used by CORS)
2015-11-22 17:46:11 -08:00
David Storey
b3e1987e59
Update valid input attributes for auto-complete
...
* Add minlength attribute
* Update required attribute to a boolean attribute
2015-11-22 17:36:15 -08:00
David Storey
55b9777169
Update valid iframe attributes for auto-complete
...
* Add allowfullscreen attribute
* Set sandbox to boolean attribute
* Add valid values for the sandbox attribute
2015-11-22 17:28:26 -08:00
David Storey
b4288d964e
Remove option attribute from HTML <datalist> element
...
option is a child of datalist, not an attribute
2015-11-22 17:04:14 -08:00
David Storey
19a1c4314d
Update valid HTML body attributes
...
* Add onlanguagechange
* Remove onblur, onerous, onfocus, onload (existing global attributes)
* Move onresize and onscroll to global event handlers
2015-11-22 16:37:48 -08:00
David Storey
911958a5b3
Update valid HTML <a> & <area> attributes. + download, - media
...
Add download attribute (now widely supported.)
Remove media attribute (only valid on style and link elements)
2015-11-22 16:14:25 -08:00
David Storey
f2417f3263
Remove global inert attribute from HTML auto-complete
...
It is not included in the list of global attributes for either W3C
HTML5/5.1 or WhatWG Living Standard.
There was a proposal for an inert keyword but it was dropped
https://github.com/whatwg/html/commit/5ddfc78b1f82e86cc202d72ccc752a0e15
f1e4ad
2015-11-22 16:06:22 -08:00
David Storey
911ba94d5c
Fix order of CSS transition snippet and remove old -o- prefix
...
The prefixless version should always be last, so that the older
prefixed implementation (if different) doesn’t win out in the cascade.
Especially now other browsers (Edge) support the webkit version as well.
Removed -o- as that was only used by Opera 11.5, which hasn’t been the
current version since I worked there. Presto users were quickly
auto-updated to Opera 12, and now Opera uses Blink.
2015-11-22 13:16:16 -08:00
David Storey
e00710dcb3
Merge branch 'Microsoft/master' into main-element
2015-11-22 13:09:34 -08:00
David Storey
1a98e23a63
Remove <eventsource> (Server-Sent Events) from syntax highlight
...
The element is no longer part of the API. It is no fully JavaScript
based.
2015-11-22 13:08:00 -08:00
David Storey
933a511d78
Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
...
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
David Storey
b1e6e55f82
Add missing HTML5 elements to CSS syntax highlighting
...
* bdo
* data
* embed
* main
* rb, rp, rt, rtc, ruby
* s
* source
* template
* track
* u
* wbr
2015-11-22 12:45:27 -08:00
David Storey
71ff1b47c9
Remove obsolete HTML elements from CSS syntax highlight
...
* acronym
* big
* strike
* tt
* frame
* frameset
* noframes
2015-11-22 12:17:35 -08:00