Lesson 9 | Ensuring browser and cross-platform compatibility |
Objective | Describe browser and cross-platform compatibility issues |
Ensuring Browser and Cross-platform Compatibility
Microsoft Edge and Google Chrome Code base
Microsoft Edge does not use the same C++ code base as Google Chrome. However, it does use the same underlying technology, which is the "Chromium project". Here's a breakdown:
- Chromium: This is an open-source project led by Google, forming the core foundation for both Chrome and Edge. It includes code for rendering web pages, handling security, and interacting with the operating system.
- Microsoft Edge: Microsoft forked the Chromium project in 2019 and built their own browser on top of it. They replaced some Google-specific components and added their own features and optimizations. So, Edge shares the core functionality of Chrome but has its own distinct identity.
- Google Chrome: This continues to use the Chromium project but also includes additional Google-specific features and functionalities, such as deep integration with Google services and proprietary tracking technologies.
Therefore, while Edge and Chrome share some similarities due to the common Chromium base, they are not identical in terms of code or overall functionality.
Cross-platform issues
Navigation Compatibility Quiz
Click the Quiz link below to test your knowledge of Web site navigation tools and cross-platform compatibility issues.
Navigation Compatibility Quiz