Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement dirname support for form element #25499
Conversation
highfive
commented
Jan 12, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jan 12, 2020
ce8c175
to
fdd63e5
|
Does iframes in Servo work? It seems that wpt test doesn't work althrough form tries to navigate to correct url |
|
Iframes work at a basic level, but the sequence of steps when they load is out of order and sometimes things in an iframe are executed earlier or later than the scripts expect. You might need to try modified versions of the test to figure out what functionality is or isn't happening. |
fdd63e5
to
b4b578d
|
Opened new PR for upstreamable changes. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21520. |
b4b578d
to
0cbfdda
|
Transplanted upstreamable changes to existing PR. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21520. |
...html/semantics/forms/attributes-common-to-form-controls/dirname-ltr.html
Outdated
Show resolved
Hide resolved
0cbfdda
to
f5c086b
|
Transplanted upstreamable changes to existing PR. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21520. |
|
Good start! |
f5c086b
to
6b116f6
|
Transplanted upstreamable changes to existing PR. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21520. |
|
@pshaughn Is it good to write additional wpt tests? |
669a585
to
50b4956
|
Transplanted upstreamable changes to existing PR. Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21932. |
|
@bors-servo try=wpt |
Implement dirname support for form element Added support for dirname in input on form submit Added Dir getter / setter for HTMLElement NOT YET Added get directionality according to https://html.spec.whatwg.org/multipage/dom.html#the-directionality - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25379 (GitHub issue number if applicable)
|
|
|
@bors-servo r+ |
|
|
Implement dirname support for form element Added support for dirname in input on form submit Added Dir getter / setter for HTMLElement NOT YET Added get directionality according to https://html.spec.whatwg.org/multipage/dom.html#the-directionality - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #25379 (GitHub issue number if applicable)
|
|
|
@bors-servo retry |
|
|
NeverHappened commentedJan 12, 2020
•
edited
Added support for dirname in input on form submit
Added Dir getter / setter for HTMLElement
NOT YET Added get directionality according to https://html.spec.whatwg.org/multipage/dom.html#the-directionality
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors