diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-20 23:08:47 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-20 23:08:47 +0100 |
commit | d6baead6c8bcd90f04d62908bfaf73b369df4e6f (patch) | |
tree | 9d042110d977eea7839bc992d736fdfeb0462f44 /config/milestone.txt | |
parent | ce250e9ccfddff9cae496ed7ad01404fd7135291 (diff) | |
download | UXP-d6baead6c8bcd90f04d62908bfaf73b369df4e6f.tar UXP-d6baead6c8bcd90f04d62908bfaf73b369df4e6f.tar.gz UXP-d6baead6c8bcd90f04d62908bfaf73b369df4e6f.tar.lz UXP-d6baead6c8bcd90f04d62908bfaf73b369df4e6f.tar.xz UXP-d6baead6c8bcd90f04d62908bfaf73b369df4e6f.zip |
Issue #1219 - Align computed DOM styles with mainstream behvior.
This updates our behavior for computed DOM styling to no longer return
null on elements that have no display, but return a 0-length (empty)
style instead and don't throw. For this we stop looking at having a
presentation for the style and just look at the document instead.
This resolves #1219
Diffstat (limited to 'config/milestone.txt')
-rw-r--r-- | config/milestone.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/milestone.txt b/config/milestone.txt index 210727cac..e74505029 100644 --- a/config/milestone.txt +++ b/config/milestone.txt @@ -10,4 +10,4 @@ # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -4.4.2
\ No newline at end of file +4.5.0
\ No newline at end of file |