-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not export CrashReportBody to reffy #8
Conversation
User agents are not expected to implement CrashReportBody, since the report cannot ever be received in JavaScript (because the browser has crashed!). As such, there is no reason to export this to reffy and try to test it in WPT, see web-platform-tests/wpt#24190
The regenerated HTML looks good; possibly just a more recent version of bikeshed than the one that the previous version was built with. Besides the slight differences to the styling, the differences I see are:
|
@stephenmcgruer yes, this should do the trick. |
Thanks, @foolip -- merging this. |
I believe that the right way to exclude IDL in Bikeshed is rather to use an As things stand, the IDL still appears in the IDL index at the end of the spec, which Reffy uses in Bikeshed specs. (The use of |
Hmm... not sure anymore if we're holding this thing right. @tabatkins, can you provide any guidance here? |
Oh, so Reffy uses Bikeshed's IDL index and so we need to use the class that Bikeshed cares about, |
User agents are not expected to implement CrashReportBody, since the
report cannot ever be received in JavaScript (because the browser has
crashed!). As such, there is no reason to export this to reffy and try
to test it in WPT, see
web-platform-tests/wpt#24190