Announcement

Collapse
No announcement yet.

Opera Confirms It's Betting On WebKit, Chromium

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Originally posted by Ferdinand View Post
    If I gave you a million dollars you would be a millionaire.
    Assuming they don't have a reasonable amount of debt to start with.

    Comment


    • #22
      Anyone can use WebKit, right? Where does the comparison with IE6 come from?

      Comment


      • #23
        The problem with ie6 was not the closed source. The problem was so big dominance that webpages was written to work with ie6 only. If webkit be to dominant you get same problem. Non webkit based engines got a hard work to be usable because the webdevs make webkit only sites.

        Comment


        • #24
          Originally posted by DanL View Post
          I don't think that lots of browsers sharing the same rendering engine will inherently lead to monoculture, especially with IE and Firefox still commanding a lot of users. There's more to a browser than a rendering engine, especially from a user's perspective.
          Not on mobile. On mobiles it's all webkit. iOS has safari which uses webkit and apple mandates third party browser's must use the version of webkit that comes installed on iOS, never another engine engine. Android has Chrome or the Stock browser on older versions. Both webkit. Many popular android browsers like Dolphin are webkit.

          The only popular non-webkit browser on android afaik is Firefox for android and (maybe) Opera.
          Windows Phone uses IE.

          Anything I didn't cover is probably using webkit. Webkit is everywhere on mobile.

          From a user's perspective; when sites poorly coded/only tested for webkit display poorly on non-webkit browsers, they blame the browser.

          Comment


          • #25
            Originally posted by PsynoKhi0 View Post
            Anyone can use WebKit, right? Where does the comparison with IE6 come from?
            There are many sites (especially mobile ones) that only work properly on webkit browsers and aren't tested on anythign else. Like how ti used to be with Ie6.

            Also, I hear you often need hacks to get your site to render properly on various webkit versions found across mobile OSes (ex. site works on Safari on iOS but not Chrome on Android).

            Comment


            • #26
              So the need for diversification in rendering engines is caused by lazy developers?
              I am not an HTML person, but shouldn't at least theoretically a website render the same on any engine?

              Comment


              • #27
                Originally posted by n3wu53r View Post
                From a user's perspective; when sites poorly coded/only tested for webkit display poorly on non-webkit browsers, they blame the browser.
                If web devs can't get pages to work on multiple browsers that are using the same rendering engine, what makes you think their chances are any better if there's another browser using a completely different rendering engine? Ideally, the standards would be strong enough where it wouldn't matter, but since they're obviously not, why are more competing implementations desirable?

                EDIT: didn't see the post above me that made the same point

                Comment


                • #28
                  Originally posted by DanL View Post
                  If web devs can't get pages to work on multiple browsers that are using the same rendering engine, what makes you think their chances are any better if there's another browser using a completely different rendering engine? Ideally, the standards would be strong enough where it wouldn't matter, but since they're obviously not, why are more competing implementations desirable?

                  EDIT: didn't see the post above me that made the same point
                  I am no web developer but this is how I understand it:
                  If everybody uses webkit, why should you even bother to test your site on non-webkit browsers. Who cares if it's fully standards compliant if it works on what 90% of people use? This happened with IE6 and non-standard features like ActiveX and lead to stagnation. It wasn't until Firefox became popular and provided competition that developers were forced to accomodate other browsers.

                  We need competition so these things won't stagnate. If there were no toher rendering engines around, what incentive would there be to continue adding features to webkit?

                  Comment


                  • #29
                    Originally posted by Kostas View Post
                    While there are plenty of things wrong with monoculture in theory, are comparisons to the IE6 era fair given that Webkit is (afaik) currently the most advanced engine? (my main browser isn't even webkit based btw)
                    IMHO I think it's quite different different
                    IE6 was a closed source browser, meant to run on only one platform (windows), that did not adhere to web standards well, and supported features that are not cross platform, like Active X controls.

                    WebKit is an open source, cross platform browser framework, that adheres pretty well to the standards as far as I know...

                    Although I can see the issue with Web developers only targeting WebKit specific features, and only testing on WebKit browsers, it's hard to compare it to Internet Explorer, which was popular because it was included with the then most popular OS and politics, vs many other OSes using the same open platform, because it works pretty well...

                    Comment


                    • #30
                      I actually have somewhat mixed feelings on this. Ultimately what's going on here is we've got an open standard de facto (Webkit) beginning to take over in some respects from an open standard de jure (Standardized HTML). Going to either side has it's positives and negatives, However... even if we do develop a monoculture, a competitor can come along and break it up (particularly given webkit is opensource) as firefox did with IE, and as LLVM is doing with GCC. That said I feel less bad about monoculture when whatever is being standardized on implementation-wise is properly modular, and thus components of it can easily be replaced.

                      Comment

                      Working...
                      X