whatwg / webidl

Web IDL Standard
https://webidl.spec.whatwg.org/
Other
410 stars 164 forks source link

export "is a platform object" #1427

Open tabatkins opened 2 months ago

tabatkins commented 2 months ago

This algo is being used in https://github.com/w3c/css-houdini-drafts/pull/1127, but since it's unexported (and thus not linking by default), the author of that PR is dropping down to a manual anchor.


:boom: Error: 500 Internal Server Error :boom:

PR Preview failed to build. (Last tried on Aug 22, 2024, 10:52 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]([object Object]) _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%20whatwg/webidl%231427.)._
domenic commented 2 months ago

Per https://github.com/w3c/css-houdini-drafts/pull/1127/files#r1728342155 I don't think we should export this. This is an intentionally-internal operation and external specs should use higher-level constructs like overloading, callback types, and [=implements=].