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 upadded support for :read-only and :read-write pseudo-classes #10834
Conversation
highfive
commented
Apr 25, 2016
|
Looks good, thanks! @bors-servo r+ Reviewed 8 of 8 files at r1. Comments from Reviewable |
|
|
added support for :read-only and :read-write pseudo-classes partial fix for #10732 It's not a full fix because: 1. there's a bug in wpt-test web-platform-tests/wpt#2889 (comment) 2. we don't fully support all input types (namely image, color, hidden and range), which are defaulted to input text. this means that :read-write which is applicable to input text is mis-handled in those cases. 3. we don't support contenteditable, which is also possibly :read-write <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10834) <!-- Reviewable:end -->
|
|
|
fixed the failing ./mach build-geckolib test |
|
@bors-servo r+ Reviewed 2 of 2 files at r2. Comments from Reviewable |
|
|
added support for :read-only and :read-write pseudo-classes partial fix for #10732 It's not a full fix because: 1. there's a bug in wpt-test web-platform-tests/wpt#2889 (comment) 2. we don't fully support all input types (namely image, color, hidden and range), which are defaulted to input text. this means that :read-write which is applicable to input text is mis-handled in those cases. 3. we don't support contenteditable, which is also possibly :read-write <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10834) <!-- Reviewable:end -->
|
|
highfive
commented
Apr 29, 2016
|
|
@bors-servo retry |
added support for :read-only and :read-write pseudo-classes partial fix for #10732 It's not a full fix because: 1. there's a bug in wpt-test web-platform-tests/wpt#2889 (comment) 2. we don't fully support all input types (namely image, color, hidden and range), which are defaulted to input text. this means that :read-write which is applicable to input text is mis-handled in those cases. 3. we don't support contenteditable, which is also possibly :read-write <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10834) <!-- Reviewable:end -->
|
|
yoava333 commentedApr 25, 2016
partial fix for #10732
It's not a full fix because:
This change is