Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit e1c950514334ccbce543d6da69c01fae26002391.
  • Loading branch information
reffy-bot committed Feb 16, 2021
1 parent 1c3aa86 commit ebde77c
Show file tree
Hide file tree
Showing 33 changed files with 3,263 additions and 5,305 deletions.
41 changes: 23 additions & 18 deletions ed/dfns/proximity.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,14 @@
"definedIn": "prose"
},
{
"id": "dom-proximitysensor-proximitysensor",
"href": "https://w3c.github.io/proximity/#dom-proximitysensor-proximitysensor",
"id": "proximitysensor",
"href": "https://w3c.github.io/proximity/#proximitysensor",
"linkingText": [
"ProximitySensor(sensorOptions)",
"ProximitySensor()"
],
"localLinkingText": [],
"type": "constructor",
"for": [
"ProximitySensor"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"access": "public",
"informative": false,
"heading": {
Expand All @@ -116,15 +113,18 @@
"definedIn": "pre"
},
{
"id": "dom-proximitysensor-proximitysensor-sensoroptions-sensoroptions",
"href": "https://w3c.github.io/proximity/#dom-proximitysensor-proximitysensor-sensoroptions-sensoroptions",
"id": "dom-proximitysensor-proximitysensor",
"href": "https://w3c.github.io/proximity/#dom-proximitysensor-proximitysensor",
"linkingText": [
"sensorOptions"
"ProximitySensor(sensorOptions)",
"constructor(sensorOptions)",
"ProximitySensor()",
"constructor()"
],
"localLinkingText": [],
"type": "argument",
"type": "constructor",
"for": [
"ProximitySensor/ProximitySensor(sensorOptions)"
"ProximitySensor"
],
"access": "public",
"informative": false,
Expand All @@ -136,14 +136,19 @@
"definedIn": "pre"
},
{
"id": "proximitysensor",
"href": "https://w3c.github.io/proximity/#proximitysensor",
"id": "dom-proximitysensor-proximitysensor-sensoroptions-sensoroptions",
"href": "https://w3c.github.io/proximity/#dom-proximitysensor-proximitysensor-sensoroptions-sensoroptions",
"linkingText": [
"ProximitySensor"
"sensorOptions"
],
"localLinkingText": [],
"type": "interface",
"for": [],
"type": "argument",
"for": [
"ProximitySensor/ProximitySensor(sensorOptions)",
"ProximitySensor/constructor(sensorOptions)",
"ProximitySensor/ProximitySensor()",
"ProximitySensor/constructor()"
],
"access": "public",
"informative": false,
"heading": {
Expand Down
612 changes: 612 additions & 0 deletions ed/diff.md

Large diffs are not rendered by default.

612 changes: 612 additions & 0 deletions ed/diffnew.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ed/headings/contact-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "subtitle",
"level": 2,
"title": "Unofficial Proposal Draft, 2 January 2020"
"title": "Unofficial Proposal Draft, 16 February 2021"
},
{
"id": "abstract",
Expand Down
2 changes: 1 addition & 1 deletion ed/headings/proximity.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "subtitle",
"level": 2,
"title": "Editor’s Draft, 9 August 2019"
"title": "Editor’s Draft, 24 September 2019"
},
{
"id": "abstract",
Expand Down
2 changes: 1 addition & 1 deletion ed/headings/webxrlayers-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"id": "subtitle",
"level": 2,
"title": "Editor’s Draft, 10 February 2021"
"title": "Editor’s Draft, 16 February 2021"
},
{
"id": "abstract",
Expand Down
2 changes: 1 addition & 1 deletion ed/idl/contact-api.idl
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dictionary ContactsSelectOptions {
[Exposed=(Window,SecureContext)]
interface ContactsManager {
Promise<sequence<ContactProperty>> getProperties();
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options);
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});
};
3 changes: 2 additions & 1 deletion ed/idl/proximity.idl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
// (https://github.com/w3c/webref)
// Source: Proximity Sensor (https://w3c.github.io/proximity/)

[Constructor(optional SensorOptions sensorOptions = {}), SecureContext, Exposed=Window]
[SecureContext, Exposed=Window]
interface ProximitySensor : Sensor {
constructor(optional SensorOptions sensorOptions = {});
readonly attribute double? distance;
readonly attribute double? max;
readonly attribute boolean? near;
Expand Down
148 changes: 0 additions & 148 deletions ed/idlnames.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"ANGLE_instanced_arrays": {
"fragment": "idlnames/ANGLE_instanced_arrays.idl",
"parsed": "idlnamesparsed/ANGLE_instanced_arrays.json"
},
"ARIAMixin": {
"fragment": "idlnames/ARIAMixin.idl",
"parsed": "idlnamesparsed/ARIAMixin.json"
Expand Down Expand Up @@ -1815,62 +1811,6 @@
"fragment": "idlnames/DynamicsCompressorOptions.idl",
"parsed": "idlnamesparsed/DynamicsCompressorOptions.json"
},
"EXT_blend_minmax": {
"fragment": "idlnames/EXT_blend_minmax.idl",
"parsed": "idlnamesparsed/EXT_blend_minmax.json"
},
"EXT_clip_cull_distance": {
"fragment": "idlnames/EXT_clip_cull_distance.idl",
"parsed": "idlnamesparsed/EXT_clip_cull_distance.json"
},
"EXT_color_buffer_float": {
"fragment": "idlnames/EXT_color_buffer_float.idl",
"parsed": "idlnamesparsed/EXT_color_buffer_float.json"
},
"EXT_color_buffer_half_float": {
"fragment": "idlnames/EXT_color_buffer_half_float.idl",
"parsed": "idlnamesparsed/EXT_color_buffer_half_float.json"
},
"EXT_disjoint_timer_query": {
"fragment": "idlnames/EXT_disjoint_timer_query.idl",
"parsed": "idlnamesparsed/EXT_disjoint_timer_query.json"
},
"EXT_disjoint_timer_query_webgl2": {
"fragment": "idlnames/EXT_disjoint_timer_query_webgl2.idl",
"parsed": "idlnamesparsed/EXT_disjoint_timer_query_webgl2.json"
},
"EXT_float_blend": {
"fragment": "idlnames/EXT_float_blend.idl",
"parsed": "idlnamesparsed/EXT_float_blend.json"
},
"EXT_frag_depth": {
"fragment": "idlnames/EXT_frag_depth.idl",
"parsed": "idlnamesparsed/EXT_frag_depth.json"
},
"EXT_sRGB": {
"fragment": "idlnames/EXT_sRGB.idl",
"parsed": "idlnamesparsed/EXT_sRGB.json"
},
"EXT_shader_texture_lod": {
"fragment": "idlnames/EXT_shader_texture_lod.idl",
"parsed": "idlnamesparsed/EXT_shader_texture_lod.json"
},
"EXT_texture_compression_bptc": {
"fragment": "idlnames/EXT_texture_compression_bptc.idl",
"parsed": "idlnamesparsed/EXT_texture_compression_bptc.json"
},
"EXT_texture_compression_rgtc": {
"fragment": "idlnames/EXT_texture_compression_rgtc.idl",
"parsed": "idlnamesparsed/EXT_texture_compression_rgtc.json"
},
"EXT_texture_filter_anisotropic": {
"fragment": "idlnames/EXT_texture_filter_anisotropic.idl",
"parsed": "idlnamesparsed/EXT_texture_filter_anisotropic.json"
},
"EXT_texture_norm16": {
"fragment": "idlnames/EXT_texture_norm16.idl",
"parsed": "idlnamesparsed/EXT_texture_norm16.json"
},
"EcKeyAlgorithm": {
"fragment": "idlnames/EcKeyAlgorithm.idl",
"parsed": "idlnamesparsed/EcKeyAlgorithm.json"
Expand Down Expand Up @@ -2411,10 +2351,6 @@
"fragment": "idlnames/GLuint64.idl",
"parsed": "idlnamesparsed/GLuint64.json"
},
"GLuint64EXT": {
"fragment": "idlnames/GLuint64EXT.idl",
"parsed": "idlnamesparsed/GLuint64EXT.json"
},
"GLushort": {
"fragment": "idlnames/GLushort.idl",
"parsed": "idlnamesparsed/GLushort.json"
Expand Down Expand Up @@ -3795,10 +3731,6 @@
"fragment": "idlnames/JsonWebKey.idl",
"parsed": "idlnamesparsed/JsonWebKey.json"
},
"KHR_parallel_shader_compile": {
"fragment": "idlnames/KHR_parallel_shader_compile.idl",
"parsed": "idlnamesparsed/KHR_parallel_shader_compile.json"
},
"KeyAlgorithm": {
"fragment": "idlnames/KeyAlgorithm.idl",
"parsed": "idlnamesparsed/KeyAlgorithm.json"
Expand Down Expand Up @@ -4667,42 +4599,6 @@
"fragment": "idlnames/NotificationPermissionCallback.idl",
"parsed": "idlnamesparsed/NotificationPermissionCallback.json"
},
"OES_draw_buffers_indexed": {
"fragment": "idlnames/OES_draw_buffers_indexed.idl",
"parsed": "idlnamesparsed/OES_draw_buffers_indexed.json"
},
"OES_element_index_uint": {
"fragment": "idlnames/OES_element_index_uint.idl",
"parsed": "idlnamesparsed/OES_element_index_uint.json"
},
"OES_fbo_render_mipmap": {
"fragment": "idlnames/OES_fbo_render_mipmap.idl",
"parsed": "idlnamesparsed/OES_fbo_render_mipmap.json"
},
"OES_standard_derivatives": {
"fragment": "idlnames/OES_standard_derivatives.idl",
"parsed": "idlnamesparsed/OES_standard_derivatives.json"
},
"OES_texture_float": {
"fragment": "idlnames/OES_texture_float.idl",
"parsed": "idlnamesparsed/OES_texture_float.json"
},
"OES_texture_float_linear": {
"fragment": "idlnames/OES_texture_float_linear.idl",
"parsed": "idlnamesparsed/OES_texture_float_linear.json"
},
"OES_texture_half_float": {
"fragment": "idlnames/OES_texture_half_float.idl",
"parsed": "idlnamesparsed/OES_texture_half_float.json"
},
"OES_texture_half_float_linear": {
"fragment": "idlnames/OES_texture_half_float_linear.idl",
"parsed": "idlnamesparsed/OES_texture_half_float_linear.json"
},
"OES_vertex_array_object": {
"fragment": "idlnames/OES_vertex_array_object.idl",
"parsed": "idlnamesparsed/OES_vertex_array_object.json"
},
"OTPCredential": {
"fragment": "idlnames/OTPCredential.idl",
"parsed": "idlnamesparsed/OTPCredential.json"
Expand All @@ -4715,10 +4611,6 @@
"fragment": "idlnames/OTPCredentialTransportType.idl",
"parsed": "idlnamesparsed/OTPCredentialTransportType.json"
},
"OVR_multiview2": {
"fragment": "idlnames/OVR_multiview2.idl",
"parsed": "idlnamesparsed/OVR_multiview2.json"
},
"OfflineAudioCompletionEvent": {
"fragment": "idlnames/OfflineAudioCompletionEvent.idl",
"parsed": "idlnamesparsed/OfflineAudioCompletionEvent.json"
Expand Down Expand Up @@ -7599,34 +7491,6 @@
"fragment": "idlnames/VoidFunction.idl",
"parsed": "idlnamesparsed/VoidFunction.json"
},
"WEBGL_blend_equation_advanced_coherent": {
"fragment": "idlnames/WEBGL_blend_equation_advanced_coherent.idl",
"parsed": "idlnamesparsed/WEBGL_blend_equation_advanced_coherent.json"
},
"WEBGL_color_buffer_float": {
"fragment": "idlnames/WEBGL_color_buffer_float.idl",
"parsed": "idlnamesparsed/WEBGL_color_buffer_float.json"
},
"WEBGL_compressed_texture_astc": {
"fragment": "idlnames/WEBGL_compressed_texture_astc.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_astc.json"
},
"WEBGL_compressed_texture_etc": {
"fragment": "idlnames/WEBGL_compressed_texture_etc.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_etc.json"
},
"WEBGL_compressed_texture_etc1": {
"fragment": "idlnames/WEBGL_compressed_texture_etc1.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_etc1.json"
},
"WEBGL_compressed_texture_pvrtc": {
"fragment": "idlnames/WEBGL_compressed_texture_pvrtc.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_pvrtc.json"
},
"WEBGL_compressed_texture_s3tc": {
"fragment": "idlnames/WEBGL_compressed_texture_s3tc.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_s3tc.json"
},
"WEBGL_compressed_texture_s3tc_srgb": {
"fragment": "idlnames/WEBGL_compressed_texture_s3tc_srgb.idl",
"parsed": "idlnamesparsed/WEBGL_compressed_texture_s3tc_srgb.json"
Expand Down Expand Up @@ -7655,10 +7519,6 @@
"fragment": "idlnames/WEBGL_lose_context.idl",
"parsed": "idlnamesparsed/WEBGL_lose_context.json"
},
"WEBGL_multi_draw": {
"fragment": "idlnames/WEBGL_multi_draw.idl",
"parsed": "idlnamesparsed/WEBGL_multi_draw.json"
},
"WEBGL_multi_draw_instanced_base_vertex_base_instance": {
"fragment": "idlnames/WEBGL_multi_draw_instanced_base_vertex_base_instance.idl",
"parsed": "idlnamesparsed/WEBGL_multi_draw_instanced_base_vertex_base_instance.json"
Expand Down Expand Up @@ -7791,10 +7651,6 @@
"fragment": "idlnames/WebGLTexture.idl",
"parsed": "idlnamesparsed/WebGLTexture.json"
},
"WebGLTimerQueryEXT": {
"fragment": "idlnames/WebGLTimerQueryEXT.idl",
"parsed": "idlnamesparsed/WebGLTimerQueryEXT.json"
},
"WebGLTransformFeedback": {
"fragment": "idlnames/WebGLTransformFeedback.idl",
"parsed": "idlnamesparsed/WebGLTransformFeedback.json"
Expand All @@ -7807,10 +7663,6 @@
"fragment": "idlnames/WebGLVertexArrayObject.idl",
"parsed": "idlnamesparsed/WebGLVertexArrayObject.json"
},
"WebGLVertexArrayObjectOES": {
"fragment": "idlnames/WebGLVertexArrayObjectOES.idl",
"parsed": "idlnamesparsed/WebGLVertexArrayObjectOES.json"
},
"WebSocket": {
"fragment": "idlnames/WebSocket.idl",
"parsed": "idlnamesparsed/WebSocket.json"
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnames/ContactsManager.idl
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
[Exposed=(Window,SecureContext)]
interface ContactsManager {
Promise<sequence<ContactProperty>> getProperties();
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options);
Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});
};
3 changes: 2 additions & 1 deletion ed/idlnames/ProximitySensor.idl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Source: Proximity Sensor (https://www.w3.org/TR/proximity/)
[Constructor(optional SensorOptions sensorOptions = {}), SecureContext, Exposed=Window]
[SecureContext, Exposed=Window]
interface ProximitySensor : Sensor {
constructor(optional SensorOptions sensorOptions = {});
readonly attribute double? distance;
readonly attribute double? max;
readonly attribute boolean? near;
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ContactsManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Contact Picker API",
"url": "https://wicg.github.io/contact-api/spec/"
},
"fragment": "[Exposed=(Window,SecureContext)]\ninterface ContactsManager {\n Promise<sequence<ContactProperty>> getProperties();\n Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options);\n};",
"fragment": "[Exposed=(Window,SecureContext)]\ninterface ContactsManager {\n Promise<sequence<ContactProperty>> getProperties();\n Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});\n};",
"href": "https://wicg.github.io/contact-api/spec/#contactsmanager"
},
"extended": [],
Expand Down
2 changes: 1 addition & 1 deletion ed/idlnamesparsed/ProximitySensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"title": "Proximity Sensor",
"url": "https://www.w3.org/TR/proximity/"
},
"fragment": "[Constructor(optional SensorOptions sensorOptions = {}), SecureContext, Exposed=Window]\ninterface ProximitySensor : Sensor {\n readonly attribute double? distance;\n readonly attribute double? max;\n readonly attribute boolean? near;\n};",
"fragment": "[SecureContext, Exposed=Window]\ninterface ProximitySensor : Sensor {\n constructor(optional SensorOptions sensorOptions = {});\n readonly attribute double? distance;\n readonly attribute double? max;\n readonly attribute boolean? near;\n};",
"href": "https://w3c.github.io/proximity/#proximitysensor"
},
"extended": [],
Expand Down
6 changes: 4 additions & 2 deletions ed/idlparsed/contact-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
"partial": false
},
"ContactsManager": {
"fragment": "[Exposed=(Window,SecureContext)]\ninterface ContactsManager {\n Promise<sequence<ContactProperty>> getProperties();\n Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options);\n};",
"fragment": "[Exposed=(Window,SecureContext)]\ninterface ContactsManager {\n Promise<sequence<ContactProperty>> getProperties();\n Promise<sequence<ContactInfo>> select(sequence<ContactProperty> properties, optional ContactsSelectOptions options = {});\n};",
"type": "interface",
"name": "ContactsManager",
"inheritance": null,
Expand Down Expand Up @@ -318,7 +318,9 @@
"union": false,
"idlType": "ContactsSelectOptions"
},
"default": null,
"default": {
"type": "dictionary"
},
"optional": true,
"variadic": false
}
Expand Down
Loading

0 comments on commit ebde77c

Please sign in to comment.