WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
124072
Web Inspector: remove -webkit-min and -webkit-max from CSS completions
https://bugs.webkit.org/show_bug.cgi?id=124072
Summary
Web Inspector: remove -webkit-min and -webkit-max from CSS completions
Joseph Pecoraro
Reported
2013-11-08 14:06:30 PST
It looks like these were at one point added to the CSS parser but have no real implementation and were removed from the related CSS 3 spec. Note that Web Inspector includes completions for these functions which should also be removed if they are unimplemented: <
http://trac.webkit.org/browser/trunk/Source/WebInspectorUI/UserInterface/CSSKeywordCompletions.js
> --- CSS Values and Units Module Level 3 - 9/6/2011 - had min() and max() <
http://www.w3.org/TR/2011/WD-css3-values-20110906/#calc
> CSS Values and Units Module Level 3 - 7/30/2013 - doesn't have them: <
http://www.w3.org/TR/css3-values/
> They may be re-introduced in Values and Units 4: <
http://www.w3.org/Style/CSS/Tracker/issues/203
> "min() and max() were deferred due to concerns about defining behavior in shrinkwrap cases. If we can figure this out, we should put them back in Level 4."
Attachments
[PATCH] Proposed Fix
(10.73 KB, patch)
2013-11-08 14:12 PST
,
Joseph Pecoraro
timothy
: review+
Details
Formatted Diff
Diff
[PATCH] Fixed ChangeLog
(10.74 KB, patch)
2013-11-08 15:11 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2013-11-08 14:06:49 PST
<
rdar://problem/15427989
>
Joseph Pecoraro
Comment 2
2013-11-08 14:12:13 PST
Created
attachment 216438
[details]
[PATCH] Proposed Fix
Vicki Pfau
Comment 3
2013-11-08 14:14:11 PST
Comment on
attachment 216438
[details]
[PATCH] Proposed Fix View in context:
https://bugs.webkit.org/attachment.cgi?id=216438&action=review
> Source/WebInspectorUI/ChangeLog:8 > + -webkit-min and -webkit-max are implemented in WebCore, despite mentions of it.
nit: You appear to have left out a negative here
Joseph Pecoraro
Comment 4
2013-11-08 15:11:06 PST
Created
attachment 216447
[details]
[PATCH] Fixed ChangeLog
WebKit Commit Bot
Comment 5
2013-11-08 15:45:16 PST
Comment on
attachment 216447
[details]
[PATCH] Fixed ChangeLog Clearing flags on attachment: 216447 Committed
r158966
: <
http://trac.webkit.org/changeset/158966
>
WebKit Commit Bot
Comment 6
2013-11-08 15:45:18 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug