-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
XFA - Implement usehref support #13473
Conversation
calixteman
commented
May 31, 2021
•
edited
Loading
edited
- attribute 'use' was already implemented but not usehref
- in general, usehref should make reference to current document
- add support for SOM expressions in use and usehref to search a node.
- get prototype for all nodes if any.
832722c
to
88112c0
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://54.67.70.0:8877/4d854ae8517a0b4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/385bcaba4ac13cf/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/4d854ae8517a0b4/output.txt Total script time: 26.01 mins
Image differences available at: http://54.67.70.0:8877/4d854ae8517a0b4/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/385bcaba4ac13cf/output.txt Total script time: 29.09 mins
Image differences available at: http://3.101.106.178:8877/385bcaba4ac13cf/reftest-analyzer.html#web=eq.log |
/botio-windows integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @brendandahl received. Current queue size: 0 Live output at: http://3.101.106.178:8877/1203cca3abe7973/output.txt |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/1203cca3abe7973/output.txt Total script time: 5.58 mins
|
- attribute 'use' was already implemented but not usehref - in general, usehref should make reference to current document - add support for SOM expressions in use and usehref to search a node. - get prototype for all nodes if any.