Modernizr (original) (raw)

About DBpedia

مودرنيزر (بالإنجليزية: Modernizr)‏ هو مكتبة جافا سكريبت تهدف إلى الكشف عن ميزات HTML5 و CSS3 في مختلف المتصفحات، مما يجنب الجافا سكريبت استخدام ميزات غير مدعومة أو استخدام حل بديل لتوفيرها. «مودرنيزر» يهدف إلى توفير طريقة للكشف عن الميزات بطريقة كاملة وموحدة.

thumbnail

Property Value
dbo:abstract مودرنيزر (بالإنجليزية: Modernizr)‏ هو مكتبة جافا سكريبت تهدف إلى الكشف عن ميزات HTML5 و CSS3 في مختلف المتصفحات، مما يجنب الجافا سكريبت استخدام ميزات غير مدعومة أو استخدام حل بديل لتوفيرها. «مودرنيزر» يهدف إلى توفير طريقة للكشف عن الميزات بطريقة كاملة وموحدة. (ar) Modernizr ist eine JavaScript-Bibliothek, welche es ermöglicht, HTML5- und CSS3-Features in verschiedenen Browsern zu erkennen. Dies ermöglicht es JavaScript, nicht vorhandene Features zu umgehen oder Workarounds, wie etwa einen Shim aufzurufen, um diese nachzubilden. Modernizr hat zum Ziel, das Erkennen von Browserfeatures komplett zu standardisieren. (de) Modernizr is a JavaScript library that detects the features available in a user's browser. This lets web pages avoid unsupported features by informing the user their browser isn't supported or loading a polyfill. Modernizr aims to provide feature detection in a consistent and easy to use manner that discourages the use of failure-prone browser sniffing. (en) Modernizr est une bibliothèque développée en JavaScript détectant l'implémentation native par le navigateur de différentes fonctionnalités récentes. Elle est distribuée sous licence MIT. (fr) 모더나이저(Modernizr)는 작은 크기의 자바스크립트 라이브러리로서, 사용자가 현재 이용중인 웹 브라우저에서 HTML5와 CSS3가 지원하는 기능 중 어떤 기능을 지원하는지 알아볼 때 사용한다. (ko) Modernizr – otwarta biblioteka napisana w języku JavaScript, stworzona do wykrywania dostępności funkcji w przeglądarkach internetowych, co pozwala programistom na użycie tylko tych funkcji, które są dostępne oraz stosowanie progresywnego ulepszania lub użycie alternatywnego rozwiązania. (pl) Modernizr是一套JavaScript 函式庫,用來偵測瀏覽器是否支持HTML5與CSS3等規格。如果浏览器不支持,Modernizr会使用其他的解决方法来进行模拟。 (zh)
dbo:developer dbr:Paul_Irish
dbo:genre dbr:JavaScript_library
dbo:latestReleaseDate 2022-02-15 (xsd:date)
dbo:latestReleaseVersion 3.12
dbo:license dbr:Multi-licensing dbr:MIT_License
dbo:programmingLanguage dbr:JavaScript
dbo:releaseDate 2009-07-01 (xsd:date)
dbo:thumbnail wiki-commons:Special:FilePath/Modernizr_logo.svg?width=300
dbo:wikiPageExternalLink https://modernizr.com/ https://www.modernizr.com/
dbo:wikiPageID 31494485 (xsd:integer)
dbo:wikiPageLength 8139 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1108978480 (xsd:integer)
dbo:wikiPageWikiLink dbr:Boolean_data_type dbr:Paul_Irish dbc:Software_using_the_MIT_license dbr:Feature_detection_(web_development) dbr:Polyfill_(programming) dbr:BSD_licenses dbr:CSS_3 dbc:Responsive_web_design dbr:Web_browser dbr:Multi-licensing dbr:List_of_JavaScript_libraries dbr:HTML dbr:HTML5 dbr:JavaScript dbc:HTML dbc:JavaScript_libraries dbc:Web_design dbr:JavaScript_library dbc:World_Wide_Web_Consortium_standards dbr:Browser_sniffing dbr:MIT_License dbr:Workflow dbr:Library_(computer_science)
dbp:author Faruk Ateş (en)
dbp:developer Faruk Ateş, Paul Irish, Alex Sexton, Ryan Seddon, Patrick Kettner, Stu Cox, Richard Herrera, and contributors (en)
dbp:genre dbr:JavaScript_library
dbp:latestReleaseDate 2022-02-15 (xsd:date)
dbp:latestReleaseVersion 3.120000 (xsd:double)
dbp:license 0001-06-14 (xsd:gMonthDay)
dbp:logo Modernizr logo.svg (en)
dbp:name Modernizr (en)
dbp:programmingLanguage dbr:JavaScript
dbp:released 2009-07-01 (xsd:date)
dbp:title Modernizr (en)
dbp:website https://modernizr.com/
dbp:wikiPageUsesTemplate dbt:Cn dbt:Infobox_software dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age
dcterms:subject dbc:Software_using_the_MIT_license dbc:Responsive_web_design dbc:HTML dbc:JavaScript_libraries dbc:Web_design dbc:World_Wide_Web_Consortium_standards
gold:hypernym dbr:Library
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:WikicatWorldWideWebConsortiumStandards yago:Abstraction100002137 yago:Code106355894 yago:CodingSystem106353757 yago:Communication100033020 yago:Measure100033615 yago:Writing106359877 yago:WrittenCommunication106349220 dbo:Library yago:Software106566077 yago:Standard107260623 yago:SystemOfMeasurement113577171
rdfs:comment مودرنيزر (بالإنجليزية: Modernizr)‏ هو مكتبة جافا سكريبت تهدف إلى الكشف عن ميزات HTML5 و CSS3 في مختلف المتصفحات، مما يجنب الجافا سكريبت استخدام ميزات غير مدعومة أو استخدام حل بديل لتوفيرها. «مودرنيزر» يهدف إلى توفير طريقة للكشف عن الميزات بطريقة كاملة وموحدة. (ar) Modernizr ist eine JavaScript-Bibliothek, welche es ermöglicht, HTML5- und CSS3-Features in verschiedenen Browsern zu erkennen. Dies ermöglicht es JavaScript, nicht vorhandene Features zu umgehen oder Workarounds, wie etwa einen Shim aufzurufen, um diese nachzubilden. Modernizr hat zum Ziel, das Erkennen von Browserfeatures komplett zu standardisieren. (de) Modernizr is a JavaScript library that detects the features available in a user's browser. This lets web pages avoid unsupported features by informing the user their browser isn't supported or loading a polyfill. Modernizr aims to provide feature detection in a consistent and easy to use manner that discourages the use of failure-prone browser sniffing. (en) Modernizr est une bibliothèque développée en JavaScript détectant l'implémentation native par le navigateur de différentes fonctionnalités récentes. Elle est distribuée sous licence MIT. (fr) 모더나이저(Modernizr)는 작은 크기의 자바스크립트 라이브러리로서, 사용자가 현재 이용중인 웹 브라우저에서 HTML5와 CSS3가 지원하는 기능 중 어떤 기능을 지원하는지 알아볼 때 사용한다. (ko) Modernizr – otwarta biblioteka napisana w języku JavaScript, stworzona do wykrywania dostępności funkcji w przeglądarkach internetowych, co pozwala programistom na użycie tylko tych funkcji, które są dostępne oraz stosowanie progresywnego ulepszania lub użycie alternatywnego rozwiązania. (pl) Modernizr是一套JavaScript 函式庫,用來偵測瀏覽器是否支持HTML5與CSS3等規格。如果浏览器不支持,Modernizr会使用其他的解决方法来进行模拟。 (zh)
rdfs:label مودرنيزر (ar) Modernizr (de) Modernizr (fr) 모더나이저 (ko) Modernizr (en) Modernizr (pl) Modernizr (zh)
owl:sameAs freebase:Modernizr yago-res:Modernizr wikidata:Modernizr dbpedia-ar:Modernizr dbpedia-de:Modernizr dbpedia-fa:Modernizr dbpedia-fr:Modernizr dbpedia-ko:Modernizr dbpedia-pl:Modernizr dbpedia-sr:Modernizr dbpedia-zh:Modernizr https://global.dbpedia.org/id/52EFc
prov:wasDerivedFrom wikipedia-en:Modernizr?oldid=1108978480&ns=0
foaf:depiction wiki-commons:Special:FilePath/Modernizr_logo.svg
foaf:homepage https://modernizr.com/
foaf:isPrimaryTopicOf wikipedia-en:Modernizr
foaf:name Modernizr (en)
is dbo:wikiPageRedirects of dbr:Modernizer
is dbo:wikiPageWikiLink of dbr:Decentraleyes dbr:Paul_Irish dbr:Index_of_JavaScript-related_articles dbr:Feature_detection_(web_development) dbr:Polyfill_(programming) dbr:CSS_grid_layout dbr:List_of_JavaScript_libraries dbr:Grunt_(software) dbr:Yeoman_(software) dbr:Modernizer
is foaf:primaryTopic of wikipedia-en:Modernizr