Skip to content

Conversation

@lucacasonato
Copy link
Contributor

@lucacasonato lucacasonato commented Mar 25, 2024

Ref whatwg/webidl#1397

DO NOT LAND UNTIL SPEC CHANGE IS LANDED

self.async_iterable[0].define_markup(generator)
self.async_iterable[1].define_markup(generator)
generator.add_text(self._open_type)
self.type.define_markup(generator)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
self.type.define_markup(generator)
generator.add_type(self.type)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. I had copied this from the self.record branch.

@plinss
Copy link
Owner

plinss commented Mar 25, 2024

Thanks for the PR, can you also update the test-expected.txt file? (See CONTRIBUTING.md)

@plinss plinss marked this pull request as ready for review July 9, 2025 06:10
@plinss
Copy link
Owner

plinss commented Jul 9, 2025

This has been merged, not sure why GH isn't marking it as such

@plinss plinss closed this Jul 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants