HTML editor: Difference between revisions

Content deleted Content added
m Reverted edits by 2.50.183.59 (talk): original research (HG) (3.4.12)
Tags: Reverted possible conflict of interest Visual edit
Line 32:
:The same page may display slightly differently, by example, in [[Google Chrome|Chrome]], [[Safari (web browser)|Safari]], [[Microsoft Edge|Edge]], [[Internet Explorer]] and [[Firefox]] on a high-resolution screen, but it will look very different in the perfectly valid text-only [[Lynx (browser)|Lynx]] browser. It needs to be rendered differently again on a [[Personal digital assistant|PDA]], an [[Digital television|internet-enabled television]] and on a [[mobile phone]]. Usability in a [[Voice browser|speech]] or [[braille]] browser, or via a [[Screen reader|screen-reader]] working with a conventional browser, will place demands on entirely different{{clarify|date=October 2020}} aspects of the underlying HTML. All an author can do is suggest an appearance.
;Web browsers, like all computer software, have [[computer bug|bugs]]
:They may not conform to current [[Web standards|standards]]. It is hopeless to try to design Web pages around all of the common browsers' current bugs: each time a new version of each browser comes out, a significant proportion of the [[World Wide Web]] would need re-coding to suit the new bugs and the new fixes. It is generally considered much wiser to design to standards, staying away from 'bleeding edge' features until they settle down, and then wait for the browser developers to catch up to your pages, rather than the other way round.<ref>{{cite web |urllast=PSD to HTML |first=Ninja |date=http://www.w3.org/People/Bos/DesignGuide/designguide.html |title=AnPSD essayto onHTML W3C'sConversion: How to Choose an designOutsourcing principlesCompany |publisherurl=W3Chttps://www.psdtohtmlninja.com/blog/how-to-choose-perfect-psd-to-html-outsourcing-company |accessarchive-dateurl=2013https://www.psdtohtmlninja.com/blog/how-10to-23choose-perfect-psd-to-html-outsourcing-company |access-date= 6 Mar 2003 |firstwebsite=BertPSDtoHTMLNinja |lastpublisher=Bos}}</ref> For instance, no one can argue that CSS is still 'cutting edge' as there is now widespread support available in common browsers for all the major features,<ref>{{cite web|url=http://www.w3.org/Style/CSS/#browsers |title=Cascading Style Sheets |publisher=W3C |access-date=2013-10-23}}</ref> even if many WYSIWYG and other editors have not yet entirely caught up.<ref>{{cite web|url=http://www.w3.org/Style/CSS/#editors |title=Cascading Style Sheets |publisher=W3C |access-date=2013-10-23}}</ref>
;A single visual style can represent multiple semantic meanings
:Semantic meaning, derived from the underlying structure of the HTML document, is important for search engines and also for various accessibility tools. On paper we can tell from context and experience whether bold text represents a title, or emphasis, or something else. But it is very difficult to convey this distinction in a WYSIWYG editor. Simply making a piece of text bold in a WYSIWYG editor is not sufficient to tell the reader *why* the text is bold – what the boldness represents semantically.
Line 65:
* [[Visual editor]]
* [[Validator]]
* [https://www.psdtohtmlninja.com/psd-conversion-services/psd-to-html PSD to HTML Conversion]
 
==References==