Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Responsive web design

From Wikipedia, the free encyclopedia
"Responsive design" redirects here. For the computer-aided design approach, seeResponsive computer-aided design.
Not to be confused withResponsiveness.
Approach to web design for making web pages render well on a variety of devices

A screenshot of Wikipedia on a computer screen
A screenshot of Wikipedia on a mobile phone screen
A screenshot ofWikipedia with the responsive skinVector 2022, on a computer screen (left) and on a mobile phone screen (right). The elements rearrange themselves into a more mobile friendly layout.
Content is like water, a saying that illustrates the principles of RWD
Cascading Style Sheets
Concepts
Philosophies
Tools
Comparisons

Responsive web design (RWD) orresponsive design is an approach toweb design that aims to make web pages render well on a variety of devices and window or screen sizes from minimum to maximum display size to ensure usability and satisfaction.[1][2]

A responsive design adapts the web-page layout to the viewing environment[1] by using techniques such as fluid proportion-based grids,[3][4] flexible images,[5][6] andCSS3media queries,[7][8][9] an extension of the@media rule,[10] in the following ways:

  • The fluidgrid concept calls for page element sizing to be in relative units like percentages, rather than absolute units likepixels orpoints.[4]
  • Flexible images are also sized in relative units, so as to prevent them from displaying outside their containingelement.[5]
  • Media queries allow the page to use different CSS style rules based on characteristics of the device the site is being displayed on, e.g. width of the rendering surface (browser window width or physical display size).
  • Responsive layouts automatically adjust and adapt to any device screen size, whether it is a desktop, a laptop, a tablet, or a mobile phone.

Responsive web design became more important as users of mobile devices came to account for the majority of website visitors.[11][12] In 2015, for instance, Google announcedMobilegeddon and started to boost the page ranking of mobile-friendly sites when searching from a mobile device.[13] As mobile usage grew, optimization practices such as improved load speed, touch-friendly navigation, and mobile-focused SEO became essential for ensuring usability and maintaining search visibility.[14]


Responsive web design is an example ofuser interface plasticity.[15]

Challenges, and other approaches

[edit]

Luke Wroblewski has summarized some of the responsive and mobile design challenges and created a catalog of multi-device layout patterns.[16][17][18] He suggested that, compared with a simple responsive web design approach, device experience or RESS (responsive web design with server-side components) approaches can provide a user experience that is better optimized for mobile devices.[19][20][21] Server-side CSS generator implementation of stylesheet languages likeSass can be part of such an approach. Google has recommended responsive design for smartphone websites over other approaches.[22]

Although many publishers have implemented responsive designs, one challenge for responsive design adoption was that somebanner advertisements and videos were not fluid.[23] However,search advertising and (banner)display advertising came to support specific device platform targeting and different advertisement size formats for desktop, smartphone, and basic mobile devices. Differentlanding pageURLs have been used for different platforms,[24] orAjax has been used to display different advertisement variants on a page.[25][17][26] CSS tables permitted hybrid fixed and fluid layouts.[27]

There have been many ways of validating and testing responsive web designs,[28] ranging from mobile site validators and mobile emulators to simultaneous testing tools likeAdobe Edge Inspect.[29] The Chrome, Firefox and Safari browsers and developer tools have offered responsive design viewport resizing tools, as do third parties.[30][31]

History

[edit]
Further information:History of the World Wide Web andWeb 2.0

The W3C specification of HTML+ stated that websites have to be rendered according to the user preferences.[32] The customization of web page layout was lacking however. Many web developers resorted to ordinary HTML tables as a way to customize the layout and bring some basic responsiveness to their websites at the same time.

First major site to feature a layout that adapts in a non-trivial manner to browser viewport width wasAudi.com launched in late 2001,[33] created by a team atrazorfish consisting of Jürgen Spangl andJim Kalbach (information architecture), Ken Olling (design), and Jan Hoffmann (interface development). Limited browser capabilities meant that for Internet Explorer, the layout could adapt dynamically in the browser whereas, for Netscape, the page had to be reloaded from the server when resized.

Cameron Adams created a demonstration in 2004.[34] By 2008, a number of related terms such as "flexible", "liquid",[35] "fluid", and "elastic" were being used to describe layouts. CSS3 media queries were almost ready for prime time in late 2008/early 2009.[36] Ethan Marcotte coined the termresponsive web design[37]—and defined it to mean fluid grid / flexible images / media queries—in a May 2010 article inA List Apart.[1] He described the theory and practice of responsive web design in his brief 2011 book titledResponsive Web Design. Responsive design was listed as #2 in Top Web Design Trends for 2012 by.net magazine afterprogressive enhancement at #1.[38]

Mashable called 2013 the Year of Responsive Web Design.[39]

Related concepts

[edit]
See also:Unobtrusive JavaScript andProgressive enhancement

Mobile-first design andprogressive enhancement are related concepts that predate responsive web design.[40] Browsers of basic mobile phones do not understand JavaScript ormedia queries, so a recommended practice was to create a basic web site and enhance it forsmartphones andpersonal computers, rather than rely ongraceful degradation to make a complex, image-heavy site work on mobile phones.[41][42][43][44]

User interface plasticity is the capacity of auser interface to withstand variations of both the system's physical characteristics and the environment while preservingusability.[45]

See also

[edit]

References

[edit]
  1. ^abcMarcotte, Ethan (May 25, 2010)."Responsive Web design".A List Apart.
  2. ^Schade, Amy (May 4, 2014)."Responsive Web Design (RWD) and User Experience".Nielsen Norman Group. RetrievedOctober 19, 2017.
  3. ^"Core concepts of Responsive Web design". September 8, 2014.
  4. ^abMarcotte, Ethan (March 3, 2009)."Fluid Grids". A List Apart.
  5. ^abMarcotte, Ethan (June 7, 2011)."Fluid images". A List Apart.
  6. ^Hannemann, Anselm (September 7, 2012)."The road to responsive images". net Magazine.
  7. ^Gillenwater, Zoe Mickley (December 15, 2010).Examples of flexible layouts with CSS3 media queries. Stunning CSS3. p. 320.ISBN 978-0-321-722133.
  8. ^Gillenwater, Zoe Mickley (October 21, 2011)."Crafting quality media queries".
  9. ^"Responsive design—harnessing the power of media queries". Google Webmaster Central. April 30, 2012.
  10. ^"@media rule".w3.org.W3C.
  11. ^"Cisco Visual Networking Index: Global Mobile Data Traffic Forecast Update 2014–2019 White Paper".Cisco. January 30, 2015. RetrievedAugust 4, 2015.
  12. ^"Mobile share of U.S. organic search engine visits 2021". Statista. RetrievedOctober 29, 2021.
  13. ^"Official Google Webmaster Central Blog: Rolling out the mobile-friendly update".Official Google Webmaster Central Blog. RetrievedAugust 4, 2015.
  14. ^Ansary, Ayub (August 18, 2024)."How to Optimize Your Website for Mobile".ayubansary.com. RetrievedFebruary 20, 2025.
  15. ^Thevenin, D.; Coutaz, J. (2002). "Plasticity of User Interfaces: Framework and Research Agenda".Proc. Interact'99, A. Sasse & C. Johnson Eds, IFIP IOS Press. Edinburgh. pp. 110–117.
  16. ^Wroblewski, Luke (May 17, 2011)."Mobilism: jQuery Mobile".
  17. ^abWroblewski, Luke (February 6, 2012)."Rolling Up Our Responsive Sleeves".
  18. ^Wroblewski, Luke (March 14, 2012)."Multi-Device Layout Patterns".
  19. ^Wroblewski, Luke (February 29, 2012)."Responsive Design ... or RESS".
  20. ^Wroblewski, Luke (September 12, 2011)."RESS: Responsive Design + Server Side Components".
  21. ^Andersen, Anders M (May 8, 2012)."Getting Started with RESS".Creative Bloq. Archived fromthe original on May 12, 2012.
  22. ^"Building Smartphone-Optimized Websites".
  23. ^Snyder, Matthew; Koren, Etai (April 30, 2012)."The state of responsive advertising: the publishers' perspective". .net Magazine.
  24. ^"Google Partners Help".google.com. RetrievedMay 21, 2015.
  25. ^"Server-Side Device Detection: History, Benefits And How-To". Smashing magazine. September 24, 2012.
  26. ^JavaScript and Responsive Web Design Google Developers
  27. ^"The Role of Table Layouts in Responsive Web Design".Web Design Tuts+. January 23, 2013. RetrievedMay 21, 2015.
  28. ^Young, James (August 13, 2012)."Top responsive web design problems... testing". .net Magazine.
  29. ^Rinaldi, Brian (September 26, 2012)."Browser testing... with Adobe Edge Inspect".
  30. ^"Responsive Design View".Mozilla Developer Network. RetrievedMay 21, 2015.
  31. ^Malte Wassermann."Responsive design testing tool – Viewport Resizer – Emulate various screen resolutions - Best developer device testing toolbar".maltewassermann.com. RetrievedMay 21, 2015.
  32. ^"An Overview of HTML+".w3.org.W3C.
  33. ^Kalbach, Jim (July 22, 2012)."The First Responsive Design Website: Audi (circa 2002)."[self-published source?]
  34. ^Adams, Cameron (September 21, 2004)."Resolution dependent layout: Varying layout according to browser width".The Man in Blue. Archived fromthe original on February 24, 2024. RetrievedAugust 19, 2014.
  35. ^"G146: Using liquid layout".w3.org. RetrievedMay 21, 2015.
  36. ^"Media Queries".w3.org. RetrievedMay 21, 2015.
  37. ^"OutSeller Group - Organize, Optimize, Maximize".outseller.net. Archived fromthe original on February 2, 2017. RetrievedMay 21, 2015.
  38. ^Grannell, Craig (January 9, 2012)."15 top web design and development trends for 2012". .net Magazine. Archived fromthe original on September 11, 2013. RetrievedOctober 29, 2021.
  39. ^Cashmore, Pete (December 11, 2012)."Why 2013 Is the Year of Responsive Web Design".Mashable.
  40. ^"What is Responsive Web Design". July 23, 2012.
  41. ^Wroblewski, Luke (November 3, 2009)."Mobile First".
  42. ^Firtman, Maximiliano (July 30, 2011).Programming the Mobile Web. O'Reilly Media. pp. 512.ISBN 978-0-596-80778-8.
  43. ^"Graceful degradation versus progressive enhancement". February 3, 2009. Archived fromthe original on November 13, 2014.
  44. ^Parker, Todd; Wachs, Maggie Costello; Jehl, Scott (February 2010).Designing with Progressive Enhancement. New Riders. p. 456.ISBN 978-0-321-65888-3. RetrievedMarch 1, 2010.
  45. ^Thevenin, D.; Coutaz, J. (2002). "Plasticity of User Interfaces: Framework and Research Agenda".Proc. Interact'99, A. Sasse & C. Johnson Eds, IFIP IOS Press. Edinburgh. pp. 110–117.
Disciplines
Communication
design
Environmental
design
Industrial
design
Interaction
design
Other
applied arts
Other
design
&engineering
Approaches
  • Tools
  • Intellectual property
  • Organizations
  • Awards
Tools
Intellectual
property
Organizations
Awards
Related topics
Authority control databasesEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Responsive_web_design&oldid=1323190060"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp