|
9845 | 9845 | } |
9846 | 9846 | ] |
9847 | 9847 | }, |
9848 | | - "timestamp": "2025-11-24T00:30:25.400Z", |
| 9848 | + "timestamp": "2025-11-25T00:29:48.847Z", |
9849 | 9849 | "repos": [ |
9850 | 9850 | { |
9851 | 9851 | "id": "MDEwOlJlcG9zaXRvcnk4MTAyMTg2MA==", |
|
14250 | 14250 | "login": "immersive-web" |
14251 | 14251 | }, |
14252 | 14252 | "isArchived": false, |
14253 | | - "homepageUrl": "", |
14254 | | - "description": "Additions to WebXR Device API for exposing real world data (Lead: Piotr Bialecki). Plane detection: https://immersive-web.github.io/real-world-geometry/plane-detection.html", |
| 14253 | + "homepageUrl": "https://immersive-web.github.io/plane-detection/", |
| 14254 | + "description": "Additions to WebXR Device API for exposing detected planes.", |
14255 | 14255 | "isPrivate": false, |
14256 | 14256 | "createdAt": "2019-04-08T17:16:59Z", |
14257 | 14257 | "labels": [ |
|
14370 | 14370 | "text": " {\n \"group\": [87846]\n, \"contacts\": [\"dontcallmedom\",\"himorin\"]\n, \"repo-type\": \"cg-report\"\n}\n" |
14371 | 14371 | }, |
14372 | 14372 | "prpreviewjson": { |
14373 | | - "text": "{\n \"src_file\": \"plane-detection.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n" |
| 14373 | + "text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n" |
14374 | 14374 | }, |
14375 | 14375 | "autoPublish": null, |
14376 | 14376 | "travis": null, |
|
14387 | 14387 | "text": "# Real World Geometry\nFeature lead: Alex Cooper (@alcooper91)\n\nStatus: Incubation\n\n## Introduction\nThe goal of this feature incubation is to incubate APIs allowing access to real world geometry (abbreviated RWG) like planes and meshes.\n\nAreas explored may include real-world plane and mesh detection, the fine-grained configuration of APIs related to such real-world geometry, the use of and/or interaction of anchors with such real-world geometry, and exposing detailed information about confidence in and quality of such real-world geometry. These explorations may also include the use of such RWG, including using it for hit testing and for occlusion/depth information to allow more realistic rendering of virtual objects in real-world scenes.\n\nThe initial focus is on surfacing plane detection API(s). The idea is that in order for some Augmented Reality scenarios to work nicely, developers need to know about surfaces present in the user’s environment (for example to ensure that there is sufficient space to place a virtual object in user’s environment). After surfacing a rudimentary API for plane detection to JavaScript, we will explore the use of the API and RWG, what’s possible in user space, and whether other APIs are necessary.\n\nIn addition to just exposing additional functionality, we should also consider allowing app developers to configure it. Example configuration options may include filtering for which types of planes are detected (e.g. only horizontal or vertical planes).\n\nMoreover, it could be beneficial to application developer to be able to retrieve information about the confidence / quality of data returned by RWG APIs.\n\n## Privacy considerations\nOne of the concerns with exposing real-world understanding information to web applications is the risk that the information will be abused. In order to mitigate that, the User Agent will have to ensure that the user gave the website consent to access RWG data. These topics are explored in the [privacy and security explainer](https://github.com/immersive-web/privacy-and-security/blob/master/EXPLAINER.md#accessing-real-world-data). Proposals in this repo will include mitigations from that repo that are relevant for the covered APIs.\n" |
14388 | 14388 | }, |
14389 | 14389 | "prpreview": { |
14390 | | - "src_file": "plane-detection.bs", |
| 14390 | + "src_file": "index.bs", |
14391 | 14391 | "type": "bikeshed", |
14392 | 14392 | "params": { |
14393 | 14393 | "force": 1 |
|
57256 | 57256 | "name": "Tests: Unneeded", |
57257 | 57257 | "color": "FEF2C0" |
57258 | 57258 | }, |
| 57259 | + { |
| 57260 | + "name": "Topic: Ruby Markup spec", |
| 57261 | + "color": "54bbb6" |
| 57262 | + }, |
| 57263 | + { |
| 57264 | + "name": "Topic: Ruby TTS explainer", |
| 57265 | + "color": "54bbb6" |
| 57266 | + }, |
57259 | 57267 | { |
57260 | 57268 | "name": "Type: Corrections and Improvements", |
57261 | 57269 | "color": "C5DEF5" |
@@ -129901,7 +129909,7 @@ |
129901 | 129909 | "body": "# Code of Conduct\n\nAll documentation, code and communication under this repository are covered by the [W3C Code of Conduct](https://www.w3.org/policies/code-of-conduct/).\n" |
129902 | 129910 | }, |
129903 | 129911 | "readme": { |
129904 | | - "text": "# W3C website template bundle & Design System\n\nThe Symfony website templates for [w3.org](https://github.com/w3c/w3c-website-frontend). This also generates the\nstatic HTML [design system website](https://design-system.w3.org/).\n\n## Design System\n\nThis repo contains the design system documentation, frontend assets and example Twig templates. \n\nDocumentation for implementing the W3C website design can be found on the [Design System website](https://design-system.w3.org/).\n\nFor documentation on how to make updates to the design system itself see [design system README](design-system.md).\n\nPlease report any issues to the [w3c-website](https://github.com/w3c/w3c-website/issues) repo.\n\n## Template bundle\n\nThis repo also contains a Symfony bundle which loads the frontend assets and has a set of Twig templates available \nto build Symfony apps using the W3C website design system.\n\n### How to use the design system templates in Symfony\n\nThe design system contains [example Twig templates](design-system-templates) that cover all design patterns used\non the W3C website. These are simplified templates to help illustrate usage. \n\nTo actually use the design system Twig templates, you need to copy these to the [Symfony bundle templates](templates) \nand customise them for use in your application. At present we're building the \n[W3C frontend application](https://github.com/w3c/w3c-website-frontend) which will power \nw3.org. As we build pages we are copying the design system templates across to the bundle templates \nand modifying them for real-world usage. \n\nLong-term the plan is to be able to use the Symfony bundle templates in a range of different \nSymfony applications - though some refactoring may need to be done to ensure the templates work easily \nacross different applications.\n\n### Installation\n\nYou can install this in your Symfony app via:\n\n```bash\ncomposer require w3c/website-templates-bundle:dev-main\n```\n\nThis requires PHP 7.4+\n\nOn installation, front-end assets (CSS, JavaScript, fonts, etc.) will be copied into the public directory of the application.\nYou will find them in the folder `public/bundles/w3cwebsitetemplates/dist/assets`.\nYou will need to update the assets base URL to point to that folder. This can be done in your application `config/packages/assets.yaml` file for example.\n\nExample syntax (provided you have defined an `%app.app_url%` parameter):\n\n```yaml\nframework:\n assets:\n packages:\n main:\n base_urls: '%app.app_url%/bundles/w3cwebsitetemplates/dist/assets/'\n```\nYou can now use the W3C Twig templates and front-end assets in your application.\n\n### Usage\n\nThe templates available can be found in this bundle's 'templates' folder. You can reference them in your application using the\nhandle `@W3CWebsiteTemplates`. E.g.\n\n```twig\n{% extends '@W3CWebsiteTemplates/base.html.twig' %}\n```\n\n### Overriding the templates\n\nTemplates can be overridden in the `templates/bundles/w3cwebsitetemplates/` directory in your \nSymfony project, using the same name and path as the original templates.\n\n## Reporting issues\n\nPlease report any issues to the [w3c-website](https://github.com/w3c/w3c-website/issues) repo.\n" |
| 129912 | + "text": "# W3C website template bundle & Design System\n\nThe Symfony website templates for [w3.org](https://github.com/w3c/w3c-website-frontend). This also generates the\nstatic HTML [design system website](https://design-system.w3.org/).\n\n## Design System\n\nThis repo contains the design system documentation, frontend assets and example Twig templates. \n\nDocumentation for implementing the W3C website design can be found on the [Design System website](https://design-system.w3.org/).\n\nFor documentation on how to make updates to the design system itself see [design system README](design-system.md).\n\nPlease report any issues to the [w3c-website](https://github.com/w3c/w3c-website/issues) repo.\n\n## Template bundle\n\nThis repo also contains a Symfony bundle which loads the frontend assets and has a set of Twig templates available \nto build Symfony apps using the W3C website design system.\n\n### How to use the design system templates in Symfony\n\nThe design system contains [example Twig templates](design-system-templates) that cover all design patterns used\non the W3C website. These are simplified templates to help illustrate usage. \n\nTo actually use the design system Twig templates, you need to copy these to the [Symfony bundle templates](templates) \nand customise them for use in your application. At present we're building the \n[W3C frontend application](https://github.com/w3c/w3c-website-frontend) which will power \nw3.org. As we build pages we are copying the design system templates across to the bundle templates \nand modifying them for real-world usage. \n\nLong-term the plan is to be able to use the Symfony bundle templates in a range of different \nSymfony applications - though some refactoring may need to be done to ensure the templates work easily \nacross different applications.\n\n### Installation\n\nYou can install this in your Symfony app via:\n\n```bash\ncomposer require w3c/website-templates-bundle:dev-main\n```\n\nThis requires PHP 7.4+\n\nOn installation, front-end assets (CSS, JavaScript, fonts, etc.) will be copied into the public directory of the application.\nYou will find them in the folder `public/bundles/w3cwebsitetemplates/dist/assets`.\nYou will need to update the assets base URL to point to that folder. This can be done in your application `config/packages/assets.yaml` file for example.\n\nExample syntax (provided you have defined an `%app.app_url%` parameter):\n\n```yaml\nframework:\n assets:\n packages:\n main:\n base_urls: '%app.app_url%/bundles/w3cwebsitetemplates/dist/assets/'\n```\nYou can now use the W3C Twig templates and front-end assets in your application.\n\n### Usage\n\nThe templates available can be found in this bundle's 'templates' folder. You can reference them in your application using the\nhandle `@W3CWebsiteTemplates`. E.g.\n\n```twig\n{% extends '@W3CWebsiteTemplates/base.html.twig' %}\n```\n\n\n### Note on development deployments\n\nIf you're testing work to the development server, please ensure that you have merged your work into the `development` branch first. This is because the frontend codebase on the development server will reference the development branch when it includes this repo in composer.\n\n### Overriding the templates\n\nTemplates can be overridden in the `templates/bundles/w3cwebsitetemplates/` directory in your \nSymfony project, using the same name and path as the original templates.\n\n## Reporting issues\n\nPlease report any issues to the [w3c-website](https://github.com/w3c/w3c-website/issues) repo.\n" |
129905 | 129913 | }, |
129906 | 129914 | "w3c": { |
129907 | 129915 | "group": [ |
@@ -169295,7 +169303,7 @@ |
169295 | 169303 | "text": "{\n \"src_file\": \"index.html\",\n \"type\": \"respec\"\n}\n" |
169296 | 169304 | }, |
169297 | 169305 | "autoPublish": { |
169298 | | - "text": "name: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v5\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: everything\n" |
| 169306 | + "text": "name: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v6\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: everything\n" |
169299 | 169307 | }, |
169300 | 169308 | "travis": null, |
169301 | 169309 | "contributing": null, |
@@ -182280,7 +182288,7 @@ |
182280 | 182288 | "text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n\n" |
182281 | 182289 | }, |
182282 | 182290 | "autoPublish": { |
182283 | | - "text": "name: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v5\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: warning\n" |
| 182291 | + "text": "name: CI\non:\n pull_request: {}\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v6\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: warning\n" |
182284 | 182292 | }, |
182285 | 182293 | "travis": null, |
182286 | 182294 | "contributing": { |
@@ -183830,7 +183838,7 @@ |
183830 | 183838 | "text": "{\n \"src_file\": \"index.bs\",\n \"type\": \"bikeshed\",\n \"params\": {\n \"force\": 1\n }\n}\n\n" |
183831 | 183839 | }, |
183832 | 183840 | "autoPublish": { |
183833 | | - "text": "name: CI\non:\n pull_request:\n branches: [main]\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v5\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: warning\n" |
| 183841 | + "text": "name: CI\non:\n pull_request:\n branches: [main]\n push:\n branches: [main]\njobs:\n main:\n name: Build, Validate and Deploy\n runs-on: ubuntu-latest\n permissions:\n contents: write\n steps:\n - uses: actions/checkout@v6\n - uses: w3c/spec-prod@v2\n with:\n GH_PAGES_BRANCH: gh-pages\n BUILD_FAIL_ON: warning\n" |
183834 | 183842 | }, |
183835 | 183843 | "travis": null, |
183836 | 183844 | "contributing": { |
|
0 commit comments