Originally reported https://github.com/nvaccess/nvda/issues/13052 but this requires work on both, LO and NVDA side. Quoting from the NVDA issue: > ### Steps to reproduce: > > open the free office writer. type a paragraph with 2 lines apply the effects > > first line indent (change the default, I put 1.30) Now read the applied formatting > ### Actual behavior: > > nvda does not report the indentation of the first line > ### Expected behavior: > > nvda should report the indentation of the first line > ### System configuration > #### NVDA installed/portable/running from source: > > instaled > #### NVDA version: > > NVDA version alpha-24184,fd9ae8c4 > #### Windows version: > > 11 22000.318 > #### Name and version of other software in use when reproducing the issue: > > LibreOffice version 7.3.0.0 > #### Other information about your system: > ### Other questions > #### Does the issue still occur after restarting your computer? > > yes > #### Have you tried any other versions of NVDA? If so, please report their behaviors. > > no > #### If NVDA add-ons are disabled, is your problem still occurring? > > yes > #### Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu? > > yes
Quoting https://github.com/nvaccess/nvda/issues/13052#issuecomment-2507404956 : > I can confirm that. Looking at the [IAccessible2 object specification](https://github.com/LinuxA11y/IAccessible2/blob/master/spec/objectattributes.md) (and the referenced CSS spec), implementing support for the "text-indent" object property in both, LibreOffice and NVDA might be a way to make it work. This is what I'm looking into now.
Created attachment 198672 [details] Sample doc containing a para that has first line indented
Michael Weghorn committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a2d3c9341f177b720d7a52e70759721d3221037f tdf#164795 a11y: Report first line indent via IAccessible2 It will be available in 25.8.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
LO side is implemented. Pending PR to implement the NVDA side: https://github.com/nvaccess/nvda/pull/17638