Monthly github digest (Latest changes to ReSpec, Bikeshed, and TR styles)

Events without label "dependencies"

Issues
------
* speced/respec (+4/-2/💬7)
  4 issues created:
  - Allow embedding of external resources when Respec saves a document (by TimvdLippe)
    https://github.com/speced/respec/issues/4971 [Feature request] 
  - Developers Guide vandalised (by sanderke)
    https://github.com/speced/respec/issues/4967 
  - preProcess and postProcess do not execute "in order" as documented for async functions (by kfranqueiro)
    https://github.com/speced/respec/issues/4961 [bug] 
  - ReSpec seems to turn grave accent in `<script>` into `<code>` (by xfq)
    https://github.com/speced/respec/issues/4957 [bug] 

  4 issues received 7 new comments:
  - #4967 Developers Guide vandalised (2 by sidvishnoi)
    https://github.com/speced/respec/issues/4967 
  - #4966 data-tests can't handle "?" (1 by TimvdLippe)
    https://github.com/speced/respec/issues/4966 [bug] 
  - #4947 Sections getting different ids from their headings (3 by martinthomson, tabatkins)
    https://github.com/speced/respec/issues/4947 [bug] 
  - #4934 Example 134: Load custom syntax highlighting language seems obselete (1 by ericprud)
    https://github.com/speced/respec/issues/4934 [bug] 

  2 issues closed:
  - Developers Guide vandalised https://github.com/speced/respec/issues/4967 
  - ReSpec seems to turn grave accent in `<script>` into `<code>` https://github.com/speced/respec/issues/4957 [bug] 

* speced/bikeshed (+3/-1/💬7)
  3 issues created:
  - Explore interest in KGT (railroad diagram generator) as an alternative railroad diagram DSL (by mikesamuel)
    https://github.com/speced/bikeshed/issues/3112 
  - Support WebRef's alternateIds list (by jyasskin)
    https://github.com/speced/bikeshed/issues/3107 
  - die-on=warning didn't die on RFC2119 warning (by jyasskin)
    https://github.com/speced/bikeshed/issues/3101 

  4 issues received 7 new comments:
  - #3112 Explore interest in KGT (railroad diagram generator) as an alternative railroad diagram DSL (3 by katef, mikesamuel, tabatkins)
    https://github.com/speced/bikeshed/issues/3112 
  - #2270 Support regular and static operations with the same identifier in WebIDL (2 by annevk, tabatkins)
    https://github.com/speced/bikeshed/issues/2270 [enhancement] 
  - #1773 Release Notes (1 by tabatkins)
    https://github.com/speced/bikeshed/issues/1773 [communication] 
  - #1443 biblio.json is looked up in the current directory as opposed to the same directory as the spec file (1 by CxRes)
    https://github.com/speced/bikeshed/issues/1443 

  1 issues closed:
  - Support WebRef's alternateIds list https://github.com/speced/bikeshed/issues/3107 

* w3c/tr-design (+1/-0/💬1)
  1 issues created:
  - Automatically highlight the section in ToC (by xfq)
    https://github.com/w3c/tr-design/issues/375 

  1 issues received 1 new comments:
  - #371 Custom styles for nested ordered and unordered lists (1 by tabatkins)
    https://github.com/w3c/tr-design/issues/371 



Pull requests
-------------
* speced/respec (+4/-2/💬15)
  4 pull requests submitted:
  - Handle ? in data-tests (by plehegar)
    https://github.com/speced/respec/pull/4972 
  - fix(core/pre-process, core/post-process): Run async functions in order (by kfranqueiro)
    https://github.com/speced/respec/pull/4962 
  - feat(respec-highlight): add yaml syntax highlighting (by sidvishnoi)
    https://github.com/speced/respec/pull/4960 
  - fix(core/inlines): don't process text in inline script, style (by sidvishnoi)
    https://github.com/speced/respec/pull/4958 

  6 pull requests received 15 new comments:
  - #4972 Handle ? in data-tests (2 by netlify, plehegar)
    https://github.com/speced/respec/pull/4972 
  - #4962 fix(core/pre-process, core/post-process): Run async functions in order (3 by kfranqueiro, netlify, sidvishnoi)
    https://github.com/speced/respec/pull/4962 
  - #4960 feat(respec-highlight): add yaml syntax highlighting (1 by netlify)
    https://github.com/speced/respec/pull/4960 
  - #4958 fix(core/inlines): don't process text in inline script, style (3 by netlify, sidvishnoi, xfq)
    https://github.com/speced/respec/pull/4958 
  - #4925 Support dark mode toggle for SVGs and highlight.js (3 by netlify, niklasl, sidvishnoi)
    https://github.com/speced/respec/pull/4925 
  - #4915 fix(api:node): handle undefined/null in console error handler (3 by BUIHONGQUAN450)
    https://github.com/speced/respec/pull/4915 

  2 pull requests merged:
  - feat(respec-highlight): add yaml syntax highlighting
    https://github.com/speced/respec/pull/4960 
  - fix(core/inlines): don't process text in inline script, style
    https://github.com/speced/respec/pull/4958 

* speced/bikeshed (+4/-3/💬1)
  4 pull requests submitted:
  - Update tests to match #3099. (by jyasskin)
    https://github.com/speced/bikeshed/pull/3111 
  - Support webref headings' alternateIds field. (by jyasskin)
    https://github.com/speced/bikeshed/pull/3108 
  - Requalify "Informative References" into Non-Normative (by frivoal)
    https://github.com/speced/bikeshed/pull/3104 
  - fix grid-auto-flow value in line-highlighting.css (by CxRes)
    https://github.com/speced/bikeshed/pull/3099 

  1 pull requests received 1 new comments:
  - #3104 Requalify "Informative References" into Non-Normative (1 by frivoal)
    https://github.com/speced/bikeshed/pull/3104 

  3 pull requests merged:
  - Update tests to match #3099.
    https://github.com/speced/bikeshed/pull/3111 
  - Support webref headings' alternateIds field.
    https://github.com/speced/bikeshed/pull/3108 
  - fix grid-auto-flow value in line-highlighting.css
    https://github.com/speced/bikeshed/pull/3099 

* w3c/tr-design (+1/-2/💬2)
  1 pull requests submitted:
  - Improve note/etc readability in a slightly less obtrusive way. (by tabatkins)
    https://github.com/w3c/tr-design/pull/374 

  2 pull requests received 2 new comments:
  - #374 Improve note/etc readability in a slightly less obtrusive way. (1 by fantasai)
    https://github.com/w3c/tr-design/pull/374 
  - #372 Add styling for tables
 (1 by TimvdLippe)
    https://github.com/w3c/tr-design/pull/372 

  2 pull requests merged:
  - Add ToC strings translation in fixup.js to support Respec i10n
    https://github.com/w3c/tr-design/pull/376 
  - Improve note/etc readability in a slightly less obtrusive way.
    https://github.com/w3c/tr-design/pull/374 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/speced/respec
* https://github.com/speced/bikeshed
* https://github.com/w3c/tr-design


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 1 June 2025 00:00:06 UTC