We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a link is found and its parent has no id, the filter creates binds without component. Which is wrong by the handbook definition, e.g.
<body> <media id='m'/> <property name='value'/> <link xconnector='c'> <bind role='onPause' component='m'/> <bind role='start' component='m'/> <bind role='a' interface='value'/> <bind role='b' interface='value'/> <bind role='i' interface='value'/> <bind role='j' interface='value'/> </link> </body>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a link is found and its parent has no id, the filter creates binds without component. Which is wrong by the handbook definition, e.g.
The text was updated successfully, but these errors were encountered: