Web interoperability: Difference between revisions
Seokchan Yun (talk | contribs) Web Interoperability : new term for web standard activities |
Robebondhu (talk | contribs) No edit summary |
||
(39 intermediate revisions by 33 users not shown) | |||
Line 1: | Line 1: | ||
'''Web interoperability''' is producing web pages viewable with nearly every device and [[web browser]]. There have been various projects to improve web interoperability, for example the [[Web Standards Project]], Mozilla's Technology Evangelism<ref>{{cite web |url=https://www.mozilla.org/projects/tech-evangelism/ |title=Mobile/Evangelism - MozillaWiki |author= |date= |publisher= |accessdate=12 August 2016}}</ref> and Web Standards Group,<ref>{{cite web |url=http://webstandardsgroup.org/ |title=Web Standards Group (WSG) |date= |publisher= |accessdate=12 August 2016}}</ref> and the Web Essential Conference. |
|||
'''Web Interoperability''' means producing web pages viewable in standard compatible [[web browsers]], various [[operation systems]] such as [[Windows]], [[Macintosh]] and [[Linux]] and devices such as [[PC]], [[PDA]] and [[mobile phone]] based on the latest [[web standards]]. |
|||
== |
==History== |
||
The term was first used in the Web Interoperability Pledge,<ref>{{cite web |url=http://www.w3.org/Promotion/WIP/|title=WIP -- Web Interoperability Pledge |accessdate=12 August 2016}}</ref> which is a promise to adhere to current [[HTML]] recommendations as promoted by the [[World Wide Web Consortium]] (W3C).<ref>{{Cite web |title=Understanding Website Usability and Conversions |url=https://www.netpaths.net/understanding-website-usability-conversions/ |access-date=2024-03-25 |language=en-US}}</ref> The WIP was not a W3C initiative but it was started by and has been run by [[ZDNet]] AnchorDesk. |
|||
This issue was known |
This issue was known as "cross browsing" in the [[browser war]] between [[Internet Explorer]] and [[Netscape]]. Microsoft's Internet Explorer was the dominant browser after that, but modern web browsers such as [[Mozilla Firefox]], [[Opera (web browser)|Opera]] and [[Safari (web browser)|Safari]] have become dominant, and support additional web standards beyond what Internet Explorer supports.<ref>{{Cite web |title=What are the Characteristics of a Good Website? |url=https://hatchandvox.com/web-design/characteristics-of-good-website/ |access-date=2024-06-22 |language=en-GB}}</ref> Because of Internet Explorer's [[backward compatibility|backwards compatibility]], some web pages have continued to use non-standard HTML tags, DOM handling scripts, and platform-specific technologies such as [[ActiveX]], which could potentially be harmful for [[Web accessibility]] and [[device independence]]. |
||
== |
==Elements== |
||
* Structural and semantic markup with XHTML |
* Structural and semantic markup with [[XHTML|HTML]] |
||
* CSS |
* [[CSS]]-based layout with layout elements that resize based on screen size |
||
* Separating among structure, presentation and behavior in web pages |
|||
* DOM scripting based on W3C DOM Standard and ECMAScript |
|||
== |
==See also== |
||
* [[Computer accessibility]] |
|||
It has been various activities, for example [[Web Standard Project]], [http://www.mozilla.org/projects/tech-evangelism/ Mozilla's Technology Evangelism]. |
|||
* [[Multimodal interaction]] |
|||
* [[Forward compatibility]] |
|||
== |
==References== |
||
{{reflist}} |
|||
* Web Accessibility |
|||
* Cross-Browser |
|||
* Forward Compatibility |
|||
* Backward Compatibility |
|||
[[Category:Web |
[[Category:Web design]] |
||
[[Category:Interoperability]] |
Latest revision as of 18:44, 22 June 2024
Web interoperability is producing web pages viewable with nearly every device and web browser. There have been various projects to improve web interoperability, for example the Web Standards Project, Mozilla's Technology Evangelism[1] and Web Standards Group,[2] and the Web Essential Conference.
History
[edit]The term was first used in the Web Interoperability Pledge,[3] which is a promise to adhere to current HTML recommendations as promoted by the World Wide Web Consortium (W3C).[4] The WIP was not a W3C initiative but it was started by and has been run by ZDNet AnchorDesk.
This issue was known as "cross browsing" in the browser war between Internet Explorer and Netscape. Microsoft's Internet Explorer was the dominant browser after that, but modern web browsers such as Mozilla Firefox, Opera and Safari have become dominant, and support additional web standards beyond what Internet Explorer supports.[5] Because of Internet Explorer's backwards compatibility, some web pages have continued to use non-standard HTML tags, DOM handling scripts, and platform-specific technologies such as ActiveX, which could potentially be harmful for Web accessibility and device independence.
Elements
[edit]- Structural and semantic markup with HTML
- CSS-based layout with layout elements that resize based on screen size
See also
[edit]References
[edit]- ^ "Mobile/Evangelism - MozillaWiki". Retrieved 12 August 2016.
- ^ "Web Standards Group (WSG)". Retrieved 12 August 2016.
- ^ "WIP -- Web Interoperability Pledge". Retrieved 12 August 2016.
- ^ "Understanding Website Usability and Conversions". Retrieved 2024-03-25.
- ^ "What are the Characteristics of a Good Website?". Retrieved 2024-06-22.