WebBluetoothCG / web-bluetooth

Bluetooth support for the Web.
http://www.w3.org/community/web-bluetooth/
Other
1.38k stars 187 forks source link

Make definitions of typedefs normative #619

Open tidoust opened 8 months ago

tidoust commented 8 months ago

The typedefs BluetoothServiceUUID, BluetoothCharacteristicUUID, and BluetoothDescriptorUUID are normative IDL constructs, but their formal definition was in an informative Note.

This update drops the wrapping Note to make the definitions normative as well.


:boom: Error: 405 Method Not Allowed :boom:

PR Preview failed to build. (Last tried on Feb 2, 2024, 3:04 PM UTC).

More PR Preview relies on a number of web services to run. There seems to be an issue with the following one: :rotating_light: [CSS Spec Preprocessor](https://api.csswg.org/bikeshed/) - CSS Spec Preprocessor is the web service used to build Bikeshed specs. :link: [Related URL](https://api.csswg.org/bikeshed/?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftidoust%2Fweb-bluetooth%2F7467cf8d60e75c167ab3075b59ee6e12caa969c5%2Findex.bs&force=1&md-warning=not%20ready) ``` CSS Spec Preprocessor

CSS Spec Preprocessor

Must use POST to process URL

Specification Source
Options
Output:

Error Handling:
Die On:
(yyyy-mm-dd hh:mm:ss +0000)
This tool may also be used from the command line, e.g.:curl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F force=1 > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F url=https://drafts.csswg.org/css-align-3/Overview.bs > Overview.htmlcurl http://api.csswg.org/bikeshed/ -F file=@Overview.bs -F output=errcurl http://api.csswg.org/bikeshed/ -F file=@Issues.txt -F input=issues > Issues.html

Valid paramaters are:

file
file contents to process
url
url contents to process
input
input type: 'spec' or 'issues' (default = 'spec')
output
desired output: 'html', 'err' (default to Accept: header value)
force
send HTML output even if fatal errors encountered, otherwise output determined by Accept: header
die-on
select category of error to stop on, options are: nothing, fatal, link-error, warning, everything (default = 'fatal')
time
default specification time (yyyy-mm-dd hh:mm:ss +0000)
md-<key>
override metadata (e.g.: md-status=CR)

Parameters may be submitted as query arguments or form fields. HTTP POST must be used.

Further information can be found in the Bikeshed documentation.

``` _If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please [file an issue](https://github.com/tobie/pr-preview/issues/new?title=Error%20not%20surfaced%20properly&body=See%20WebBluetoothCG/web-bluetooth%23619.)._