-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-device-adapt] Remove @viewport #4766
Comments
I like Also, the viewport meta needs a spec. Also, we recently discussed specifying the definitions of layout viewport and visual viewport, and temporarily agreed that they could go in cssom-view, but there was some reluctance about that due to the fact that not all implementations that care about the viewport have an OM, so the coupling felt wrong. With all that in mind, moving the definitions of the viewports here, defining the viewport meta alongside, and removing the rest seems sensible to me. There are a number of useful things that |
The CSS Working Group just discussed
The full IRC log of that discussion<dael> Topic: [css-device-adapt] Remove @Viewport<dael> github: https://github.com//issues/4766 <dael> smfr: Since @Viewport hasn't tracktion on shipping browsers I propose we remove and just spec the metatag which has wide support <dael> TabAtkins: Support <dael> florian: Yeah, I'm editor. I like @Viewport but I can't disagree. It doesn't have traction <dael> florian: Related; we resolved to define the viewports and CSSOM View as the host. If device adaptation doesn't contain @Viewport this is a good host for them. Should we move <dael> smfr: Don't agree b/c spec of layout and visual viewports is about layout, not about adapting to devices. That's why i think like elsewhere. This is right for tap highlight color or things only for devices. <dael> florian: Why I'm not happy with them in CSSOM View is not all things care about viewports have OM. Where else it should live, this felt okay. i can live elsewhere. I don't feel OM view is a better home <dael> smfr: I think OM View is a bad name for a spec. <dael> fantasai: I agree with them in device adaptation. Less convinced with things that are touch specific. It's fundimental to a lot of devices and I think it goes in UI. But I agree with dropping @Viewport and shifting meta viewport into device adaptation <dael> florian: If device adaptation name is the problem we can retire as a note and have a new spec called viewports <dael> smfr: That would be fine. If layout and viewport is moved to another spec I should be editor on that. <dael> smfr: Layout and visual viewport will tie into scrolling and coord system for getBoundingClientRect. That's why I think more closely with OM View <dael> florian: A bunch need to refer to them but that's not defining what they are <dael> Rossen_: We are moving away from original topic. Given that we don't have layout and viewports spec yet we can decide where to host once we have spec text closer. <dael> Rossen_: Back to original proposal to remove @Viewport. I didn't hear any challenges and I hear support. <dael> Rossen_: Obj to removing @Viewport? <dael> florian: Don't object. Suggest we retire spec <dael> smfr: Need live spec for meta viewport <dael> florian: Yeah, cal it viewport spec <dael> tantek: Drop from lack of impl interest? <dael> many: yes <dael> florian: Proposed by Opera, drop by MS, and then both companies switched engines and Google had concerns <florian> s/drop by MS/adopted by MS/ <dael> Rossen_: And we didn't have any use of it. Adding it didn't add to capabilities we had. No one has asked for it after we decided to move on to Blink platform <tantek> Gecko BTW: https://bugzilla.mozilla.org/show_bug.cgi?id=747754 <dael> tantek: Checking Mozilla bug ^ <dael> Rossen_: tantek are you trying to push back on resolution? <florian> s/switched engines/switched to engines that lack that feature/ <dael> tantek: I read GH and hearing reasoning from absense of evidence. I wanted to site relevent Gecko bugs and I guess Blink. <dael> florian: Google has objected to it <smfr> https://github.com//issues/258 <dael> tantek: I didn't see that in the bug. It wasn't linked. That's a strong claim so I'd like a link <dael> smfr: There's a link to ^ from Google saying @Viewport is loader hostile <dael> florian: That'st he one <dael> tantek: They think it's bad idea <dael> smfr: And WK agrees <dael> tantek: So it's bad design not neglect? <dael> florian: Both. <dael> tantek: Can't be both <dael> Rossen_: Let's try to resolve on this. tantek do you object to the resolution? If you object let's record it and move on. <dael> tantek: I can't find a reason to object <dael> RESOLVED: Remove @Viewport, retire the spec, move the meta tag to a new spec (CSS Viewport) <dael> florian: And make smfr an editor of that <dael> smfr: Okay with that <dael> smfr: Also okay with layout and visual viewports being in this new spec <dbaron> I'm not sure what I think about the objection of being preloader-hostile -- I think many good features may not fit nicely with preloading but that doesn't mean we shouldn't do them for other reasons. <dael> Rossen_: Prop: Move layout visual viewport spec into CSS Viewport Spec <dael> RESOLVED: Move layout visual viewport spec into CSS Viewport spec <dael> smfr: Viewport or Viewports? <smfr> “viewport” or “viewports”? <dael> TabAtkins: Prefer singular. Maybe only have one plural in backgrounds <dael> smfr: Fine <fantasai> +1 to css-viewport <dael> Rossen_: Let's stick singular for now |
There are 2 tests specifically testing @Viewport : |
Yes. |
https://bugs.webkit.org/show_bug.cgi?id=203479 Reviewed by Tim Horton. Source/JavaScriptCore: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * Configurations/FeatureDefines.xcconfig: Source/WebCore: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * CMakeLists.txt: * Configurations/FeatureDefines.xcconfig: * DerivedSources.make: * Sources.txt: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSCSSRuleCustom.cpp: (WebCore::toJSNewlyCreated): * css/CSSComputedStyleDeclaration.cpp: (WebCore::ComputedStyleExtractor::valueForPropertyInStyle): * css/CSSProperties.json: * css/CSSProperty.cpp: (WebCore::CSSProperty::isDescriptorOnly): * css/CSSRule.cpp: * css/CSSRule.h: * css/CSSRule.idl: * css/CSSValueKeywords.in: * css/StyleRule.cpp: (WebCore::StyleRuleBase::destroy): (WebCore::StyleRuleBase::copy const): (WebCore::StyleRuleBase::createCSSOMWrapper const): (WebCore::StyleRuleViewport::StyleRuleViewport): Deleted. (WebCore::StyleRuleViewport::mutableProperties): Deleted. * css/StyleRule.h: (WebCore::StyleRuleBase::isSupportsRule const): (WebCore::StyleRuleBase::isViewportRule const): Deleted. * css/StyleRuleType.h: * css/StyleSheetContents.cpp: (WebCore::traverseRulesInVector): (WebCore::StyleSheetContents::traverseSubresources const): * css/ViewportStyleResolver.cpp: Removed. * css/ViewportStyleResolver.h: Removed. * css/WebKitCSSViewportRule.cpp: Removed. * css/WebKitCSSViewportRule.h: Removed. * css/WebKitCSSViewportRule.idl: Removed. * css/parser/CSSParserImpl.cpp: (WebCore::CSSParserImpl::consumeAtRule): (WebCore::CSSParserImpl::consumeViewportRule): Deleted. * css/parser/CSSPropertyParser.cpp: (WebCore::CSSPropertyParser::parseValue): (WebCore::consumeSingleViewportDescriptor): Deleted. (WebCore::CSSPropertyParser::parseViewportDescriptor): Deleted. * dom/Document.cpp: (WebCore::Document::initialViewportSize const): Deleted. * dom/Document.h: * page/FrameView.h: * style/RuleData.cpp: * style/RuleSet.cpp: (WebCore::Style::RuleSet::addChildRules): * style/StyleResolver.cpp: (WebCore::Style::Resolver::Resolver): (WebCore::Style::Resolver::appendAuthorStyleSheets): (WebCore::Style::Resolver::~Resolver): * style/StyleResolver.h: (WebCore::Style::Resolver::viewportStyleResolver): Deleted. Source/WebCore/PAL: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * Configurations/FeatureDefines.xcconfig: Source/WebKit: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * Configurations/FeatureDefines.xcconfig: * WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::sendViewportAttributesChanged): Source/WebKitLegacy/mac: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * Configurations/FeatureDefines.xcconfig: * DOM/DOMCSS.mm: (kitClass): Source/WTF: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * wtf/PlatformEnable.h: Tools: CSS Working Group resolved to remove @Viewport <w3c/csswg-drafts#4766>, so remove the code. * TestWebKitAPI/Configurations/FeatureDefines.xcconfig: LayoutTests: * css3/device-adapt/opera/cascading-001-expected.txt: Removed. * css3/device-adapt/opera/cascading-001.xhtml: Removed. * css3/device-adapt/opera/cascading-002-expected.txt: Removed. * css3/device-adapt/opera/cascading-002.xhtml: Removed. * css3/device-adapt/opera/cascading-003-expected.txt: Removed. * css3/device-adapt/opera/cascading-003.xhtml: Removed. * css3/device-adapt/opera/cascading-004-expected.txt: Removed. * css3/device-adapt/opera/cascading-004.xhtml: Removed. * css3/device-adapt/opera/constrain-001-expected.txt: Removed. * css3/device-adapt/opera/constrain-001.xhtml: Removed. * css3/device-adapt/opera/constrain-002-expected.txt: Removed. * css3/device-adapt/opera/constrain-002.xhtml: Removed. * css3/device-adapt/opera/constrain-003-expected.txt: Removed. * css3/device-adapt/opera/constrain-003.xhtml: Removed. * css3/device-adapt/opera/constrain-004-expected.txt: Removed. * css3/device-adapt/opera/constrain-004.xhtml: Removed. * css3/device-adapt/opera/constrain-005-expected.txt: Removed. * css3/device-adapt/opera/constrain-005.xhtml: Removed. * css3/device-adapt/opera/constrain-006-expected.txt: Removed. * css3/device-adapt/opera/constrain-006.xhtml: Removed. * css3/device-adapt/opera/constrain-007-expected.txt: Removed. * css3/device-adapt/opera/constrain-007.xhtml: Removed. * css3/device-adapt/opera/constrain-008-expected.txt: Removed. * css3/device-adapt/opera/constrain-008.xhtml: Removed. * css3/device-adapt/opera/constrain-009-expected.txt: Removed. * css3/device-adapt/opera/constrain-009.xhtml: Removed. * css3/device-adapt/opera/constrain-010-expected.txt: Removed. * css3/device-adapt/opera/constrain-010.xhtml: Removed. * css3/device-adapt/opera/constrain-011-expected.txt: Removed. * css3/device-adapt/opera/constrain-011.xhtml: Removed. * css3/device-adapt/opera/constrain-012-expected.txt: Removed. * css3/device-adapt/opera/constrain-012.xhtml: Removed. * css3/device-adapt/opera/constrain-013-expected.txt: Removed. * css3/device-adapt/opera/constrain-013.xhtml: Removed. * css3/device-adapt/opera/constrain-014-expected.txt: Removed. * css3/device-adapt/opera/constrain-014.xhtml: Removed. * css3/device-adapt/opera/constrain-015-expected.txt: Removed. * css3/device-adapt/opera/constrain-015.xhtml: Removed. * css3/device-adapt/opera/constrain-016-expected.txt: Removed. * css3/device-adapt/opera/constrain-016.xhtml: Removed. * css3/device-adapt/opera/constrain-017-expected.txt: Removed. * css3/device-adapt/opera/constrain-017.xhtml: Removed. * css3/device-adapt/opera/constrain-018-expected.txt: Removed. * css3/device-adapt/opera/constrain-018.xhtml: Removed. * css3/device-adapt/opera/constrain-019-expected.txt: Removed. * css3/device-adapt/opera/constrain-019.xhtml: Removed. * css3/device-adapt/opera/constrain-020-expected.txt: Removed. * css3/device-adapt/opera/constrain-020.xhtml: Removed. * css3/device-adapt/opera/constrain-021-expected.txt: Removed. * css3/device-adapt/opera/constrain-021.xhtml: Removed. * css3/device-adapt/opera/constrain-022-expected.txt: Removed. * css3/device-adapt/opera/constrain-022.xhtml: Removed. * css3/device-adapt/opera/constrain-023-expected.txt: Removed. * css3/device-adapt/opera/constrain-023.xhtml: Removed. * css3/device-adapt/opera/constrain-024-expected.txt: Removed. * css3/device-adapt/opera/constrain-024.xhtml: Removed. * css3/device-adapt/opera/cssom-001-expected.txt: Removed. * css3/device-adapt/opera/cssom-001.xhtml: Removed. * css3/device-adapt/opera/orientation-001-expected.txt: Removed. * css3/device-adapt/opera/orientation-001.xhtml: Removed. * css3/device-adapt/opera/orientation-002-expected.txt: Removed. * css3/device-adapt/opera/orientation-002.xhtml: Removed. * css3/device-adapt/opera/syntax-001-expected.txt: Removed. * css3/device-adapt/opera/syntax-001.xhtml: Removed. * css3/device-adapt/opera/syntax-002-expected.txt: Removed. * css3/device-adapt/opera/syntax-002.xhtml: Removed. * css3/device-adapt/opera/syntax-003-expected.txt: Removed. * css3/device-adapt/opera/syntax-003.xhtml: Removed. * css3/device-adapt/resources/check-contents-width.html: Removed. * css3/device-adapt/resources/viewport-width-check-inner-width.html: Removed. * css3/device-adapt/viewport-at-rule-parsing-expected.txt: Removed. * css3/device-adapt/viewport-at-rule-parsing.html: Removed. * css3/device-adapt/viewport-properties-validation-expected.txt: Removed. * css3/device-adapt/viewport-properties-validation.html: Removed. * css3/device-adapt/viewport-width-check-window-innerwidth-correct-expected.txt: Removed. * css3/device-adapt/viewport-width-check-window-innerwidth-correct.html: Removed. * css3/device-adapt/viewport-width-not-affecting-next-page-expected.txt: Removed. * css3/device-adapt/viewport-width-not-affecting-next-page.html: Removed. * platform/gtk/TestExpectations: * platform/ios-wk1/TestExpectations: * platform/ios/TestExpectations: * platform/mac/TestExpectations: * platform/win/TestExpectations: * platform/wincairo/TestExpectations: * platform/wpe/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@256477 268f45cc-cd09-0410-ab3c-d52691b4dbfc
My assumptions on what we need to do with publishing and process for all of this
I think it would be best if the publishing all happened at once, with something in the NOTE version of css-device-adaptation pointing to the new module. |
Hi folks! Do you still plan to remove |
@ddbeck per #4766 (comment):
|
@astearns do you know if it has been started? |
I expect not. @smfr, am I wrong? |
I have an early draft which I have not pushed yet. |
I also hope so. meta viewport doesn't make much sense. Letting HTML tags care about layout doesn't meet the fundamental principle of HTML. This should return to CSS someday. Is there any plan to make a similar feature come back to CSS in the near future? |
I have a number of pages, some auto-generated and with limited control of their actual layout or the tags, but I have control of the CSS that is applied to them all. A |
Not sure if this is the best place to ask, but I figured I'd give it a go. What got me here initially was wondering how the element It is my understanding that the browser then parses this line and translates it into an Keep in mind, I'm extremely new to the field of web development and so I don't yet understand how things happen "under-the-hood" so to speak. Please be gentle. Thank you. |
@kevinwr On Firefox side some of your questions are here. https://searchfox.org/mozilla-central/rev/6b099d836c882bc155d2ef285e0ad0ab9f5038f6/dom/base/nsViewportInfo.h @smfr is the person who may have the start of a draft but it's not public yet for how it is working. |
I agree with @Zhang-Junzhi and @IllidanS4. The tl;dr: get rid of that |
I'm not sure if the comment I made on #331 would be better placed here. Anyway, linking to let people discussing and reading here know. |
https://www.w3.org/TR/css-device-adapt-1/#atviewport-rule
The @Viewport rule in this spec has not gained traction. I propose that we remove it, and use the spec to simply define the
<meta name="viewport">
tag.The text was updated successfully, but these errors were encountered: