이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP HTML5 Outliner

설명

WP HTML5 Outliner (WPH5O) adds an HTML 5 outline plus a heading-level outline to the WordPress Toolbar.

Features

  • Matches the outlines provided by the W3C Markup Validation Service. Caveat: In an HTML 5 outline, the W3C validator may hide some of the headings in an <hgroup> if any of them are empty. WPH5O will not. This difference is presentational, not structural.
  • Adds an ‘Outline’ node to the Toolbar. Outlines are displayed in a dropdown box, with the option to view them in a new browser window.
  • Runs only on pages or posts the user can edit. Administrators can view outlines for any page or post. Administration Screens are not outlined.

스크린샷

  • HTML 5 outline in a Toolbar dropdown box. Theme: Twenty Nineteen. Context: Homepage. WordPress Version: 5.0.
  • Heading-level outline in a Toolbar dropdown box. Theme: Twenty Nineteen. Context: Homepage. WordPress Version: 5.0.
  • HTML 5 outline and heading-level outline in a new window. Theme: Twenty Nineteen. Context: Homepage. WordPress Version: 5.0.

FAQ

What is an HTML 5 outline?

An HTML 5 outline represents the sections of an HTML document. Each section corresponds to an element from one of three categories:

Sectioning root: <blockquote>, <body>, <details>, <dialog>, <fieldset>, <figure>, <td>
Sectioning content: <article>, <aside>, <nav>, <section>
Heading content: <h1>, <h2>, <h3>, <h4>, <h5>, <h6>

Sections may be nested to create subsections.

Source: W3C HTML 5.2 Specification

What is a heading-level outline?

A heading-level outline represents the sections of an HTML document. Each section corresponds to a heading element. Sections may be nested to create subsections.

Sources: W3C Quality Assurance, W3C HTML 5.2 Specification

Why do these outlines matter?

Each outline shows how well a page meets web standards for marking up document structure. User agents, particularly screen readers, use the heading-level outline to aid navigation. However, no web browsers or assistive technologies make use of the HTML 5 outline. So, really, the question is this: Why does that outline matter?

Although user agents still haven’t implemented the HTML 5 outline (introduced in 2008), developers aren’t giving up on it. And they have their reasons. The MDN web docs highlight some problems solved by HTML 5 document structure.

Sources: W3C Web Accessibility Initiative, W3C HTML 5.2 Specification

Is there developer documentation?

Yes. The source code conforms to WordPress Inline Documentation Standards. Fork this plugin at the WPH5O GitHub page.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WP HTML5 Outliner”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP HTML5 Outliner”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.0

  • Change text domain to plugin slug.
  • Add i18n support to JS files.
  • Edit readme section titled “Why do these outlines matter?”.

1.2.0

  • Add function to load plugin’s text domain.
  • Ensure ‘No outline was created’ message replaces heading-level outline if source has no headings.

1.1.0

  • Fix notices for empty headings in an hgroup element that also contains non-heading elements.
  • Shorten Toolbar node title to “Outline”.

1.0.0

  • Release the plugin!