-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML5 기본 스킨 추가 #1544
Comments
ghost
assigned inureyes
Sep 24, 2012
inureyes
added a commit
that referenced
this issue
Oct 2, 2012
inureyes
added a commit
that referenced
this issue
Oct 2, 2012
inureyes
added a commit
that referenced
this issue
Apr 27, 2014
inureyes
added a commit
that referenced
this issue
Apr 27, 2014
inureyes
added a commit
that referenced
this issue
Apr 27, 2014
inureyes
added a commit
that referenced
this issue
Apr 27, 2014
inureyes
added a commit
that referenced
this issue
Apr 27, 2014
inureyes
added a commit
that referenced
this issue
May 14, 2014
refs #1678 : bugfix - version number check - periwinkle is default skin now. - version number check now uses version_compare
inureyes
added a commit
that referenced
this issue
May 14, 2014
refs #1678 : bugfix - version number check - periwinkle is default skin now. - version number check now uses version_compare
inureyes
added a commit
that referenced
this issue
Jun 23, 2014
achimnol
added a commit
that referenced
this issue
Aug 22, 2014
- Increased the content font size for readability - Applied modern fonts for Mac/iOS devices (나눔바른고딕, Apple SD Gothic Neo)
inureyes
added a commit
that referenced
this issue
Aug 22, 2014
inureyes
added a commit
that referenced
this issue
Sep 16, 2014
achimnol
added a commit
that referenced
this issue
Sep 16, 2014
- Increased the content font size for readability - Applied modern fonts for Mac/iOS devices (나눔바른고딕, Apple SD Gothic Neo)
inureyes
added a commit
that referenced
this issue
Sep 16, 2014
Closed
inureyes
added a commit
that referenced
this issue
Jan 6, 2015
inureyes
added a commit
that referenced
this issue
Jan 6, 2015
inureyes
added a commit
that referenced
this issue
Feb 13, 2015
refs #1762 : modified - documentation.
inureyes
added a commit
that referenced
this issue
Feb 13, 2015
inureyes
added a commit
that referenced
this issue
Feb 13, 2015
refs #1762 : modified - documentation.
inureyes
added a commit
that referenced
this issue
Feb 13, 2015
inureyes
added a commit
that referenced
this issue
Feb 28, 2015
* TODO : check the difference between CDN version and local version. Create patch CSS and just use it after CDN css call.
inureyes
added a commit
that referenced
this issue
Feb 28, 2015
* TODO : check the difference between CDN version and local version. Create patch CSS and just use it after CDN css call.
inureyes
added a commit
that referenced
this issue
Mar 10, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
개요
refs #1544
refs #1544
<time>
element 지원 : 화면에 읽기 편한 날짜/시간을 보이게 하되, 실제로 웹브라우저가 시간을 인식하게 하려면 ISO 8601 형식으로datetime
attribute를 적어주어야 합니다. 따라서 현재 date 관련 치환자들의 ISO 8601 버전을 만들어야 합니다. (불행히도 ISO 8601이 사람이 읽기에 그닥 좋지는 않죠.)Timestamp
class에 ISO 8601에 대한 기능적 구현은 이미 되어 있으므로 스킨 치환자들만 새로 추가하면 될 듯합니다.<meta charset="utf-8">
지원 :<head>
태그의 맨 앞에 나와야 한다고 합니다. 제가 스킨에 임의로 집어넣어보니 Textcube 자체에서 추가하는 태그들이 위에 붙어버려서 Textcube 자체에서 출력하는 쪽으로 해야 할 것 같습니다.#1309의 연장이네요. 으음 head 태그를 기준으로 집어넣는데, 이제 어떻게 머리 좋게 집어넣어야 할지 고민해야겠군요... 아예 해당 태그 라인 자체를 찾아내서 아래 붙여버리도록 할까 생각도 들고요. 어떻게 할까요?
라는군요. 그냥 출력값을 attribute로 써도 상관없을 것 같습니다. 조금더 상세하게는, W3C와 구글의 제안 표준이 다른 상태라네요.
The text was updated successfully, but these errors were encountered: