Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

문서 태그: Reference

65개 문서를 찾았습니다

  • B2G_OS/API/Camera_API The Camera API allows applications to manage the camera of the device. It allows them to take ...
  • Gecko_DOM_Reference 문서 객체 모델 ( DOM ) 은 HTML, XML 및 SVG 문서 용 프로그래밍 인터페이스입니다. DOM은 문서의 구조화된 표현을 트리로 제공합니다. DOM은 문서 구조, ...
  • MDN/Contribute/Structures/Macros/Commonly-used_macros 이 페이지는 MDN에서 사용하기 위해 만든 많은 범용 매크로를 나열합니다. 이 매크로 사용법에 관한 정보는, 매크로 사용하기 및 링크 매크로 사용하기 를 참조하세요.
  • Web/API 자바스크립트로 웹 코드를 작성할 때, 이용할 수 있는 꽤 많은 API가 있습니다. 아래는 웹 앱이나 사이트를 만들 때 사용할 수 있는 모든 인터페이스(즉, 객체 형) 목록입니다.
  • Web/API/AnimationEvent AnimationEvent 에니메이션( animations )과 연관된 이벤트의 정보를 나타낸다.
  • Web/API/AudioChannels_API The AudioChannels API is a Firefox OS-only feature allowing you to place your app audio content ...
  • Web/API/Blob Blob 객체는 파일과 흡사한 불변 객체로 raw data입니다. 데이터를 표현하기에 필연적으로 자바스크립트 네이티브 포맷이 아닙니다. File 인터페이스는 기본적으로 ...
  • Web/API/Cache The Cache interface of the ServiceWorker API represents the storage for Request / Response ...
  • Web/API/Cache/put The put() method of the Cache interface allows key/value pairs to be added to the current Cache ...
  • Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
  • Web/API/DataTransfer The DataTransfer object is used to hold the data that is being dragged during a drag and drop ...
  • Web/API/GlobalEventHandlers The GlobalEventHandlers interface describes the event handlers common to several interfaces like ...
  • Web/API/ServiceWorker The ServiceWorker interface of the ServiceWorker API provides a reference to a service worker. ...
  • Web/API/WindowEventHandlers WindowEventHandlers mixin describes the event handlers common to several interfaces like Window, ...
  • Web/CSS/:not 부정( negation ) CSS 가상 클래스 :not(X) 는 인수로 간단한 선택자(selector) X 를 취하는 기능 표기법입니다. 인수로 표시되지 않은 요소와 ...
  • Web/CSS/@charset @charset CSS at-규칙 은 스타일 시트에 쓰이는 문자 인코딩을 지정합니다. 스타일 시트의 첫 번째 요소여야 하며 어떤 문자가 선행되지 않아야 합니다; 중첩된 문 ...
  • Web/CSS/@import @import CSS at-규칙 은 다른 스타일 시트에서 스타일 규칙을 import하는데 쓰입니다. 이 규칙은 @charset 규칙을 제외하고 모든 다른 종류의 규칙보다 ...
  • Web/CSS/@media @media CSS at-규칙 은 중괄호로 구분된 CSS 블록 내 중첩문 집합을 미디어 질의 에 정의된 조건과 연결합니다. @media at-규칙은 최상단 레벨 CSS뿐만 ...
  • Web/CSS/@namespace @namespace 는 CSS 스타일 시트 에서 사용되는 XML 네임스페이스 를 정의하는 at-규칙 입니다. 정의된 네임스페이스는 오직 그 네임스페이스 내의 요소를 선택만 ...
  • Web/CSS/@page @page CSS at-규칙은 문서를 인쇄할 때 일부 CSS 속성(property)을 수정하는 데 쓰입니다. @page 로 모든 CSS 속성을 바꿀 수는 없습니다. 문서의 ...
  • Web/CSS/@viewport The @viewport CSS at-rule contains a set of nested descriptors in a CSS block that is delimited ...
  • Web/CSS/@viewport/height height CSS 설명자(descriptor)는 뷰포트의 min-height 및 max-height 둘 다 설정하기 위한 단축(shorthand) 설명자입니다. 뷰포트 ...
  • Web/CSS/@viewport/zoom zoom CSS 설명자(descriptor)는 @viewport 에 의해 정의된 문서의 초기 줌 배율(factor)을 설정합니다.
  • Web/CSS/animation CSS 의 animation 속성은 animation-name , animation-duration , animation-timing-function , ...
  • Web/CSS/CSS_Animations CSS Animations is a module of CSS that defines how to animate the values of CSS properties over ...
  • Web/CSS/CSS_Box_Model/Introduction_to_the_CSS_box_model 문서에서, 각 요소(element)는 사각형 박스로 나타냅니다. 이 박스의 크기, 특성(색, 배경, 테두리 모양 등) 및 위치 결정이 렌더링 엔진의 목적입니다.
  • Web/CSS/CSS_Charsets CSS Charsets 은 스타일시트에서 사용되는 문자 집합을 정의할 수 있는 CSS 모듈입니다.
  • Web/CSS/CSS_Colors CSS Colors 는 색상, 색상 유형 및 투명도(transparency)를 다루는 CSS 모듈입니다.
  • Web/CSS/CSS_Device_Adaptation CSS Device Adapation 은 뷰포트의 크기, 줌 배율(factor) 및 방향을 정의할 수 있는 CSS 모듈입니다.
  • Web/CSS/CSS_Fonts CSS Fonts 는 글꼴(font) 관련 속성 및 글꼴 자원이 로드되는 법을 정의하는 CSS 모듈입니다. 이는 글꼴의 스타일을 정의할 수 있습니다, 글꼴 패밀리, 크기 ...
  • Web/CSS/CSS_Logical_Properties CSS Logical Properties 는 레이아웃을 제어하는 물리 속성에 논리 맵핑을 정의하는 CSS 모듈입니다.
  • Web/CSS/CSS_Miscellaneous 이 페이지는 한참 실험 중이거나 다른 어떤 부류와도 맞지 않은 CSS 속성을 포함합니다.
  • Web/CSS/CSS_Namespaces CSS Namespaces 는 CSS에서 XML 네임스페이스 를 지정할 수 있는 CSS 모듈입니다.
  • Web/CSS/CSS_Ruby CSS Ruby 는 행간 주석의 형태로 기본 텍스트와 함께 작게 실행되는 텍스트인 ruby 주석 표시와 관련된 렌더링 모델 및 서식 컨트롤을 제공하는 CSS 모듈입니다.
  • Web/CSS/CSS_Scroll_Snap_Points CSS Scroll Snap Points 는 물리보다는 논리상 방향과 차원 맵핑을 통해 레이아웃을 제어하는 능력을 제공하는 속성 및 값을 정의하는 CSS 모듈입니다.
  • Web/CSS/CSS_Transitions CSS Transitions is a module of CSS that defines how to create smooth transitions between values ...
  • Web/CSS/CSS_User_Interface CSS User Interface 는 사용자 인터페이스 관련 기능의 렌더링 및 기능을 정의할 수 있는 CSS 모듈입니다.
  • Web/CSS/cursor The cursor CSS property specifies the mouse cursor displayed when the mouse pointer is over an ...
  • Web/CSS/float CSS 속성(property) float 은 한 요소(element)가 보통 흐름(normal flow)으로부터 빠져 텍스트 및 인라인(inline) 요소가 그 주위를 ...
  • Web/CSS/inherit inherit CSS 값은 요소가 부모 요소로부터 속성(property)의 계산값( computed value )을 갖도록 지정되게 합니다. 모든 CSS 속성에 허용됩니다.
  • Web/CSS/initial initial CSS 키워드는 속성(property)의 초기값(initial value)을 요소(element)에 적용합니다. 모든 CSS 속성에 허용되고 요소가 속성의 ...
  • Web/CSS/unset unset CSS 키워드는 initial 및 inherit 키워드의 조합(combination)입니다. 이 다른 CSS 키워드 둘처럼, CSS 단축(shorthand) 속성 ...
  • Web/HTTP/Headers HTTP headers allow the client and the server to pass additional information with the request or ...
  • Web/JavaScript/Reference/Functions/애로우_펑션 화살표 함수 식( arrow function expression )은 function 식 에 비해 구문이 짧고 (자신의 this , arguments , super 또는 ...
  • Web/JavaScript/Reference/Global_Objects 이 장은 JavaScript의 모든 표준, 내장(built-in) 객체의 메서드 및 속성을 포함하여 문서화합니다.
  • Web/JavaScript/Reference/Global_Objects/Array/push push() 명령어는 배열의 끝에 하나 또는 그 이상의 엘리먼트를 추가하고 새 배열의 길이를 반환합니다.
  • Web/JavaScript/Reference/Global_Objects/Generator Generator 객체는 generator function 으로부터 반환된 값이며 반복자와 반복자 프로토콜 을 준수합니다.
  • Web/JavaScript/Reference/Global_Objects/JSON JSON 객체는 JavaScript Object Notation ( JSON )을 구문분석(parsing)하고 값을 JSON으로 변환하는 메서드를 포함합니다. 자신의 ...
  • Web/JavaScript/Reference/Global_Objects/Math Math 객체는 수학적인 상수들과 함수들을 위한 프로퍼티들과 메서드들을 가지는 내장 객체이다. 함수 객체가 아님을 주의할 것.
  • Web/JavaScript/Reference/Global_Objects/Math/fround Math.fround() 함수는 single precision 포맷으로 표현할 수 있는 실수들 중에서 가장 가까운 숫자를 리턴합니다.
  • Web/JavaScript/Reference/Global_Objects/Math/imul Math.imul() 함수는 C 언어와 같은 양식으로 2개 파라메터의 32-bit 곱셉 결과를 리턴합니다.
  • Web/JavaScript/Reference/Global_Objects/Number The Number JavaScript object is a wrapper object allowing you to work with numerical values. A ...
  • Web/JavaScript/Reference/Global_Objects/Number/isFinite Number.isFinite() 메서드는 전달된 값이 유한수인지를 결정합니다.
  • Web/JavaScript/Reference/Global_Objects/Object/create Object.create() 메서드는 지정된 프로토타입 객체 및 속성(property)을 갖는 새 객체를 만듭니다.
  • Web/JavaScript/Reference/Global_Objects/String String 글로벌 오브젝트는 문자열의 생성자, 또는 문자열의 순서입니다.
  • Web/JavaScript/Reference/Global_Objects/String/includes includes() 메서드는 하나의 문자열이 다른 문자열에 포함되어 있는지를 결정하고, 그 결과를 true 또는 false 로 반환합니다.
  • Web/JavaScript/Reference/Global_Objects/String/lastIndexOf lastIndexOf() 메서드는 String 오브젝트에서 fromIndex 로부터 반대방향으로 찾기 시작하여 특정 값이 일치하는 마지막 인덱스를 반환합니다. 문자열에서 ...
  • Web/JavaScript/Reference/Global_Objects/String/length length 프라퍼티는 문자열의 길이를 나타냅니다.
  • Web/JavaScript/Reference/Operators/class class 식(expression) 은 ECMAScript 2015 (ES6)에서 클래스를 정의하는 한 방법입니다. function 식 과 비슷하게, class 식은 ...
  • Web/JavaScript/Reference/Operators/yield* yield* 표현은 다른 generator 또는 이터러블(iterable) 객체에 yield를 위임할 때 사용됩니다.
  • Web/JavaScript/Reference/Statements JavaScript 응용 프로그램은 적절한 구문을 갖는 문으로 구성됩니다. 한 문이 여러 줄에 걸칠 수 있습니다. 여러 문은 각 문이 세미콜론으로 구분된 경우 한 줄에 나올 ...
  • Web/JavaScript/Reference/Statements/class class 선언(declaration) 은 프로토타입(원형) 기반 상속을 사용하여 주어진 이름으로 새로운 클래스를 만듭니다.
  • Web/JavaScript/Reference/Statements/const const 선언 은 값에 읽기 전용 참조를 생성합니다. 담긴 값이 불변임을 뜻하는 게 아닙니다 , 단지 그 변수 식별자는 재할당될 수 없습니다.
  • Web/MathML MathML(Mathematical Markup Language) 은 수학 표기를 기술하고 그 구조와 내용을 모두 담고 있는 XML 마크 업 언어이다. 여기에는 이 강력한 ...
  • Web/Reference/Events Events are sent to notify code of interesting things that have taken place. Each event is ...