| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
and fix remaining warnings.
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
I'm not sure how we want to handle Linux cursors, and GLFW has no
ability to set cursors (short of disabling it and managing it yourself).
If you test this in the wild you will probably hit #4357 until that PR lands.
|
| |
| |
| |
| |
| | |
I'm not sure how we want to handle Linux cursors, and GLFW has no
ability to set cursors (short of disabling it and managing it yourself).
|
|/
|
|
| |
`caption-side` is used by 4% of pages by number of loads.
|
|\
| |
| |
| | |
r? @SimonSapin
|
| | |
|
|/ |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
This patch will fix this issue.
|
|\ \
| | |
| | |
| | | |
Rebased from #4241.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | | |
We can reset `<input type=text>` fields! I wish I could've done something with checkboxes, but unfortunately, that's it for now.
In addition to that, this PR implements `HTMLInputAttribute.defaultValue`, updates wpt-test to expect passing tests as a result of that implementation, and fixes an index error crash with text inputs.
edit: also includes an html example where one may lazily watch form resets in action: ` tests/html/form_reset_handsfree.html`
|
| | |
| | |
| | |
| | | |
Addresses reviews
|
| | |
| | |
| | |
| | |
| | |
| | | |
And modifies test-inputs.html to test.
Fixes wpt breaking mistake
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Also modified tests/html/textarea.html to allow for the testing of the
textarea's dirty value flag.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
What can this do? Reset `<input type=text>` fields back to their default
value through a call to a form's reset method. That's all for now!
Fixes compile error after rebase
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
...and changes SetValue to update the input text instead of the content
attr.
Also includes a comment summarizing everything I currently know with
respect to an input elements checkedness vs its IDL attributes vs its
content attributes.
|
| |/ |
|
| |
| |
| |
| | |
review addresssing
|
|/ |
|
|\ |
|
| | |
|
|\ \ |
|
| |/ |
|
|\ \
| |/
|/| |
|
| | |
|
|\ \
| | |
| | |
| | | |
servo/pull/4369 with the right commit.
|
| | |
| | |
| | |
| | | |
fixup! Add auxiliary method to EventTargetHelpers for events without target
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
This was my fault. It comes up on almost any page after scrolling a bit.
r? @jdm
|
| | |
| | |
| | |
| | | |
This was my fault. It comes up on almost any page after scrolling a bit.
|
|\ \ \ |
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch provides some of the groundwork for column spans greater than
1. It implements the column-span CSS property as well as the
corresponding colspan attribute; although the former is not
well-specified outside of CSS multi-column layout, INTRINSIC refers to
it. Although width is distributed to spanning columns, they do not yet
contribute minimum and preferred widths; this will be implemented in a
follow-up.
The parsing for the legacy bgcolor and border attributes is
implemented according to the WHATWG HTML specification.
Additionally, this patch cleans up some miscellaneous formatting issues,
refactors layout/css somewhat to eliminate needless levels of
indirection, and cleans up the handling of table rowgroups.
New Hacker News screenshot: http://i.imgur.com/hnl2a7E.png
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch provides some of the groundwork for column spans greater than
1. It implements the column-span CSS property (prefixed so as not to be
exposed to content) as well as the corresponding colspan attribute;
although the former is not well-specified outside of CSS multi-column
layout, INTRINSIC refers to it. Although width is distributed to
spanning columns, they do not yet contribute minimum and preferred
widths; this will be implemented in a follow-up.
Additionally, this patch cleans up some miscellaneous formatting issues
and improves the handling of table rowgroups.
|
| | | |
| | | |
| | | |
| | | | |
Additionally, this patch cleans up some miscellaneous formatting issues.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Additionally, this patch cleans up some miscellaneous formatting issues
and refactors files in `layout/css/` somewhat to eliminate needless
levels of indirection. It also fixes our handling of presentational
hints that only apply if border is nonzero.
|