Skip to content

Commit f733024

Browse files
committed
Meta: point out commit instructions
And make various other changes to modernize the README.
1 parent a9673c8 commit f733024

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
Web IDL
2-
=======
1+
# Web IDL
32

4-
This is the primary repository in which the Web IDL specification is developed.
5-
6-
* [Latest Editor’s Draft](http://heycam.github.io/webidl/)
3+
This is the repository where the [Web IDL](http://heycam.github.io/webidl/) specification is developed.
74

85
## Contributing
96

107
Good first bugs are marked as [short and easy](https://github.com/heycam/webidl/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22%E2%8C%9B+duration:short%22+label%3A%22%E2%98%95+difficulty:easy%22).
118

9+
IDL generally follows the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/master/CONTRIBUTING.md) and [WHATWG Committer Guidelines](https://github.com/whatwg/meta/blob/master/COMMITTING.md), except as otherwise noted.
10+
1211
## Markup
1312

14-
The specification is written in [Bikeshed](https://github.com/tabatkins/bikeshed), plus the [Ecmarkup tags](https://bterlson.github.io/ecmarkup/) `<emu-val>`, `<emu-t>`, and `<emu-nt>`.
13+
The specification is written in [Bikeshed](https://github.com/tabatkins/bikeshed), plus the [Ecmarkup tags](https://bterlson.github.io/ecmarkup/) `<emu-val>`, `<emu-t>`, and `<emu-nt>`.
1514

1615
## Filing issues elsewhere
1716

@@ -21,7 +20,6 @@ The specification is written in [Bikeshed](https://github.com/tabatkins/bikeshed
2120
* [Gecko](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=DOM&[email protected])
2221
* [WebKit](https://bugs.webkit.org/enter_bug.cgi?product=WebKit&component=Bindings&short_desc=[WebIDL]%20)
2322
* [Chromium](https://bugs.chromium.org/p/chromium/issues/entry?template=Defect%20report%20from%20developer&components=Blink%3EBindings&summary=[WebIDL]%20&comment&labels=Via-WebIDLRepo)
24-
* [Edge](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/)
2523
* [web-platform-tests](https://github.com/web-platform-tests/wpt/issues/new?title=%5BWebIDL%5D%20)
2624
* [idlharness.js](https://github.com/web-platform-tests/wpt/issues/new?title=%5Bidlharness%5D%20) (used by testharness.js to run idl tests)
2725

@@ -30,4 +28,3 @@ The specification is written in [Bikeshed](https://github.com/tabatkins/bikeshed
3028
* [widlparser](https://github.com/plinss/widlparser/issues/new) (used by Bikeshed)
3129
* [WebIDL parser](https://github.com/w3c/webidl2.js/issues/new) (used by idlharness.js)
3230
* [TypeScript and JavaScript lib generator](https://github.com/Microsoft/TSJS-lib-generator/)
33-

0 commit comments

Comments
 (0)